Class SignTypeTextureHelper
java.lang.Object
net.fabricmc.fabric.impl.object.builder.client.SignTypeTextureHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanSet to true afterSheetshas been classloaded. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
shouldAddTextures
public static boolean shouldAddTexturesSet to true afterSheetshas been classloaded. If any newWoodTypes are registered after this point, they need to be added to the texture maps manually. Always adding textures manually classloadsSheetstoo early, which causes issues such as decorated pot pattern textures not being initialized correctly.
-
-
Constructor Details
-
SignTypeTextureHelper
public SignTypeTextureHelper()
-