java.lang.Object
net.minecraftforge.client.model.generators.ModelFile
直接已知子类:
ModelBuilder, ModelFile.ExistingModelFile, ModelFile.UncheckedModelFile

public abstract class ModelFile extends Object
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • exists

      protected abstract boolean exists()
    • getLocation

      public ResourceLocation getLocation()
    • assertExistence

      public void assertExistence()
      Assert that this model exists.
      抛出:
      IllegalStateException - if this model does not exist
    • getUncheckedLocation

      public ResourceLocation getUncheckedLocation()