@FunctionalInterface
public static interface InvManipulationBehaviour.InterfaceProvider
| Modifier and Type | Method and Description |
|---|---|
BlockFace |
getTarget(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.BlockState blockState) |
static InvManipulationBehaviour.InterfaceProvider |
oppositeOfBlockFacing() |
static InvManipulationBehaviour.InterfaceProvider |
towardBlockFacing() |
static InvManipulationBehaviour.InterfaceProvider towardBlockFacing()
static InvManipulationBehaviour.InterfaceProvider oppositeOfBlockFacing()
BlockFace getTarget(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState blockState)