Class DefaultModelTypes
java.lang.Object
com.supermartijn642.fusion.api.model.DefaultModelTypes
Contains references to the default model types provided by Fusion.
Created 29/04/2023 by SuperMartijn642
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ModelType<ConnectingModelData>Model type which allows for connecting textures.static final ModelType<net.minecraft.client.resources.model.UnbakedModel>Model type used for any unknown models added by other mods.static final ModelType<net.minecraft.client.renderer.block.model.BlockModel>Model type used for vanillaBlockModelinstances. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VANILLA
Model type used for vanillaBlockModelinstances. -
UNKNOWN
Model type used for any unknown models added by other mods. -
CONNECTING
Model type which allows for connecting textures.
-
-
Constructor Details
-
DefaultModelTypes
public DefaultModelTypes()
-