public class DefaultModelTypes
extends java.lang.Object
Created 29/04/2023 by SuperMartijn642
| Modifier and Type | Field and Description |
|---|---|
static ModelType<ConnectingModelData> |
CONNECTING
Model type which allows for connecting textures.
|
static ModelType<net.minecraft.client.renderer.model.IUnbakedModel> |
UNKNOWN
Model type used for any unknown models added by other mods.
|
static ModelType<net.minecraft.client.renderer.model.BlockModel> |
VANILLA
Model type used for vanilla
BlockModel instances. |
| Constructor and Description |
|---|
DefaultModelTypes() |
public static final ModelType<net.minecraft.client.renderer.model.BlockModel> VANILLA
BlockModel instances.public static final ModelType<net.minecraft.client.renderer.model.IUnbakedModel> UNKNOWN
public static final ModelType<ConnectingModelData> CONNECTING