public class DeployerHandler
extends java.lang.Object
| Constructor and Description |
|---|
DeployerHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected static net.minecraft.util.ActionResultType |
safeOnBeehiveUse(net.minecraft.block.BlockState state,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand hand) |
static net.minecraft.util.ActionResultType |
safeOnUse(net.minecraft.block.BlockState state,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand hand,
net.minecraft.util.math.BlockRayTraceResult ray) |
static boolean |
tryHarvestBlock(net.minecraft.server.management.PlayerInteractionManager interactionManager,
net.minecraft.util.math.BlockPos pos) |
public static boolean tryHarvestBlock(net.minecraft.server.management.PlayerInteractionManager interactionManager,
net.minecraft.util.math.BlockPos pos)
public static net.minecraft.util.ActionResultType safeOnUse(net.minecraft.block.BlockState state,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand hand,
net.minecraft.util.math.BlockRayTraceResult ray)
protected static net.minecraft.util.ActionResultType safeOnBeehiveUse(net.minecraft.block.BlockState state,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand hand)