@FunctionalInterface
public static interface CapManipulationBehaviourBase.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 CapManipulationBehaviourBase.InterfaceProvider |
oppositeOfBlockFacing() |
static CapManipulationBehaviourBase.InterfaceProvider |
towardBlockFacing() |
static CapManipulationBehaviourBase.InterfaceProvider towardBlockFacing()
static CapManipulationBehaviourBase.InterfaceProvider oppositeOfBlockFacing()
BlockFace getTarget(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState blockState)