Interface GatherTexturesContext
public interface GatherTexturesContext
Created 29/04/2023 by SuperMartijn642
-
Method Summary
Modifier and TypeMethodDescriptiongetModel(net.minecraft.resources.ResourceLocation identifier) Gets the model for the given identifier.
-
Method Details
-
getModel
Gets the model for the given identifier.- Returns:
- a pair containing the model type and the model's data
- Throws:
IllegalArgumentException- when the requested model was not inModelType.getModelDependencies(Object)
-