Class DeployerHandler
java.lang.Object
com.simibubi.create.content.contraptions.components.deployer.DeployerHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static net.minecraft.world.InteractionResultsafeOnBeehiveUse(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand) static net.minecraft.world.InteractionResultsafeOnUse(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult ray) static booleantryHarvestBlock(net.minecraft.server.level.ServerPlayer player, net.minecraft.server.level.ServerPlayerGameMode interactionManager, net.minecraft.core.BlockPos pos)
-
Constructor Details
-
DeployerHandler
public DeployerHandler()
-
-
Method Details
-
tryHarvestBlock
public static boolean tryHarvestBlock(net.minecraft.server.level.ServerPlayer player, net.minecraft.server.level.ServerPlayerGameMode interactionManager, net.minecraft.core.BlockPos pos) -
safeOnUse
public static net.minecraft.world.InteractionResult safeOnUse(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult ray) -
safeOnBeehiveUse
protected static net.minecraft.world.InteractionResult safeOnBeehiveUse(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand)
-