public final class DefaultTextureTypes
extends java.lang.Object
Created 27/04/2023 by SuperMartijn642
| Modifier and Type | Field and Description |
|---|---|
static TextureType<ConnectingTextureLayout> |
CONNECTING
Texture type with a connected texture layout.
|
static TextureType<ScrollingTextureData> |
SCROLLING
Texture type with an animated sprite which scrolls over the texture.
|
static TextureType<java.lang.Void> |
VANILLA
Model type used for vanilla textures.
|
| Constructor and Description |
|---|
DefaultTextureTypes() |
public static final TextureType<java.lang.Void> VANILLA
public static final TextureType<ConnectingTextureLayout> CONNECTING
DefaultModelTypes.CONNECTING model type.public static final TextureType<ScrollingTextureData> SCROLLING
ScrollingTextureData.builder()