public class SharedDepotBlockMethods
extends java.lang.Object
| Constructor and Description |
|---|
SharedDepotBlockMethods() |
| Modifier and Type | Method and Description |
|---|---|
protected static DepotBehaviour |
get(net.minecraft.world.IBlockReader worldIn,
net.minecraft.util.math.BlockPos pos) |
static int |
getComparatorInputOverride(net.minecraft.block.BlockState blockState,
net.minecraft.world.World worldIn,
net.minecraft.util.math.BlockPos pos) |
static void |
onLanded(net.minecraft.world.IBlockReader worldIn,
net.minecraft.entity.Entity entityIn) |
static void |
onReplaced(net.minecraft.block.BlockState state,
net.minecraft.world.World worldIn,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.BlockState newState,
boolean isMoving) |
static net.minecraft.util.ActionResultType |
onUse(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 DepotBehaviour get(net.minecraft.world.IBlockReader worldIn, net.minecraft.util.math.BlockPos pos)
public static net.minecraft.util.ActionResultType onUse(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)
public static void onReplaced(net.minecraft.block.BlockState state,
net.minecraft.world.World worldIn,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.BlockState newState,
boolean isMoving)
public static void onLanded(net.minecraft.world.IBlockReader worldIn,
net.minecraft.entity.Entity entityIn)
public static int getComparatorInputOverride(net.minecraft.block.BlockState blockState,
net.minecraft.world.World worldIn,
net.minecraft.util.math.BlockPos pos)