Class ModelFile
java.lang.Object
net.minecraftforge.client.model.generators.ModelFile
- Direct Known Subclasses:
ModelBuilder
,ModelFile.ExistingModelFile
,ModelFile.UncheckedModelFile
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Assert that this model exists.protected abstract boolean
exists()
-
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
-