public class EncasedCTBehaviour extends ConnectedTextureBehaviour
ConnectedTextureBehaviour.CTContext| Constructor and Description |
|---|
EncasedCTBehaviour(CTSpriteShiftEntry shift) |
| 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) |
buildContext, buildContextForOccludedDirections, getRightDirection, getUpDirection, isBeingBlocked, reverseUVs, reverseUVsHorizontally, reverseUVsVerticallypublic EncasedCTBehaviour(CTSpriteShiftEntry shift)
public 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 ConnectedTextureBehaviourpublic CTSpriteShiftEntry get(net.minecraft.block.BlockState state, net.minecraft.util.Direction direction)
get in class ConnectedTextureBehaviour