Class StandardCTBehaviour
java.lang.Object
com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
com.simibubi.create.foundation.block.connected.StandardCTBehaviour
- Direct Known Subclasses:
GlassPaneCTBehaviour
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
ConnectedTextureBehaviour.CTContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction) Methods inherited from class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
buildContext, buildContextForOccludedDirections, connectsTo, connectsTo, getRightDirection, getUpDirection, isBeingBlocked, reverseUVs, reverseUVsHorizontally, reverseUVsVertically
-
Constructor Details
-
StandardCTBehaviour
-
-
Method Details
-
get
public CTSpriteShiftEntry get(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction) - Specified by:
getin classConnectedTextureBehaviour
-