Interface UnbakedStandaloneModel<T>
- Type Parameters:
T- The type of the baked model.
- All Superinterfaces:
ResolvableModel
- All Known Implementing Classes:
SimpleUnbakedStandaloneModel
An unbaked standalone model.
Similar to ItemModel.Unbaked and other ResolvableModels, this model can
depend on one or more model files, and then
combine them into a single baked model.
The baked object can be retrieved later using ModelManager.getStandaloneModel(StandaloneModelKey).
SimpleUnbakedStandaloneModel provides a basic implementation that loads a single model.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.resources.model.ResolvableModel
ResolvableModel.Resolver -
Method Summary
Methods inherited from interface net.minecraft.client.resources.model.ResolvableModel
resolveDependencies
-
Method Details
-
bake
Bake this model.- Parameters:
baker- The current model baker.- Returns:
- The fully-baked model.
-