public class CrafterCTBehaviour extends ConnectedTextureBehaviour
ConnectedTextureBehaviour.CTContext| Constructor and Description |
|---|
CrafterCTBehaviour() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
connectsTo(net.minecraft.block.BlockState state,
net.minecraft.block.BlockState other,
net.minecraft.world.IBlockDisplayReader reader,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.math.BlockPos otherPos,
net.minecraft.util.Direction face) |
CTSpriteShiftEntry |
get(net.minecraft.block.BlockState state,
net.minecraft.util.Direction direction) |
protected boolean |
reverseUVs(net.minecraft.block.BlockState state,
net.minecraft.util.Direction direction) |
buildContext, buildContextForOccludedDirections, getRightDirection, getUpDirection, isBeingBlocked, reverseUVsHorizontally, reverseUVsVerticallypublic boolean connectsTo(net.minecraft.block.BlockState state,
net.minecraft.block.BlockState other,
net.minecraft.world.IBlockDisplayReader reader,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.math.BlockPos otherPos,
net.minecraft.util.Direction face)
connectsTo in class ConnectedTextureBehaviourprotected boolean reverseUVs(net.minecraft.block.BlockState state,
net.minecraft.util.Direction direction)
reverseUVs in class ConnectedTextureBehaviourpublic CTSpriteShiftEntry get(net.minecraft.block.BlockState state, net.minecraft.util.Direction direction)
get in class ConnectedTextureBehaviour