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