Class ModelFile
java.lang.Object
net.minecraftforge.client.model.generators.ModelFile
- Direct Known Subclasses:
- ModelBuilder,- ModelFile.ExistingModelFile,- ModelFile.UncheckedModelFile
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAssert that this model exists.protected abstract booleanexists()
- 
Field Details- 
location
 
- 
- 
Constructor Details- 
ModelFile
 
- 
- 
Method Details- 
existsprotected abstract boolean exists()
- 
getLocation
- 
assertExistencepublic void assertExistence()Assert that this model exists.- Throws:
- IllegalStateException- if this model does not exist
 
- 
getUncheckedLocation
 
-