Class CTSpriteShifter
java.lang.Object
com.simibubi.create.foundation.block.render.SpriteShifter
com.simibubi.create.foundation.block.connected.CTSpriteShifter
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.simibubi.create.foundation.block.render.SpriteShifter
ENTRY_CACHE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CTSpriteShiftEntrygetCT(CTSpriteShifter.CTType type, String blockTextureName) static CTSpriteShiftEntrygetCT(CTSpriteShifter.CTType type, String blockTextureName, String connectedTextureName) static CTSpriteShiftEntrygetCT(CTSpriteShifter.CTType type, net.minecraft.resources.ResourceLocation blockTexture, net.minecraft.resources.ResourceLocation connectedTexture) Methods inherited from class com.simibubi.create.foundation.block.render.SpriteShifter
get, get
-
Constructor Details
-
CTSpriteShifter
public CTSpriteShifter()
-
-
Method Details
-
getCT
public static CTSpriteShiftEntry getCT(CTSpriteShifter.CTType type, net.minecraft.resources.ResourceLocation blockTexture, net.minecraft.resources.ResourceLocation connectedTexture) -
getCT
public static CTSpriteShiftEntry getCT(CTSpriteShifter.CTType type, String blockTextureName, String connectedTextureName) -
getCT
-