Class DefaultTextureTypes
java.lang.Object
com.supermartijn642.fusion.api.texture.DefaultTextureTypes
Contains references to the default texture types provided by Fusion.
Created 27/04/2023 by SuperMartijn642
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TextureType<ConnectingTextureData>Texture type with a connected texture layout.static final TextureType<ScrollingTextureData>Texture type with an animated sprite which scrolls over the texture.static final TextureType<Void>Model type used for vanilla textures. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VANILLA
Model type used for vanilla textures. -
CONNECTING
Texture type with a connected texture layout. Should be used in conjunction withDefaultModelTypes.CONNECTINGmodel type. -
SCROLLING
Texture type with an animated sprite which scrolls over the texture.- See Also:
-
-
Constructor Details
-
DefaultTextureTypes
public DefaultTextureTypes()
-