Class ModelFile
java.lang.Object
net.neoforged.neoforge.client.model.generators.ModelFile
- Direct Known Subclasses:
 ModelBuilder,ModelFile.ExistingModelFile,ModelFile.UncheckedModelFile
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidAssert that this model exists.protected abstract booleanexists() 
- 
Field Details
- 
location
 
 - 
 - 
Constructor Details
- 
ModelFile
 
 - 
 - 
Method Details
- 
exists
protected abstract boolean exists() - 
getLocation
 - 
assertExistence
public void assertExistence()Assert that this model exists.- Throws:
 IllegalStateException- if this model does not exist
 - 
getUncheckedLocation
 
 -