From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../client/model/IModelCustomLoader.html | 251 +++++++++++++++++++++ 1 file changed, 251 insertions(+) create mode 100644 javadoc/net/minecraftforge/client/model/IModelCustomLoader.html (limited to 'javadoc/net/minecraftforge/client/model/IModelCustomLoader.html') diff --git a/javadoc/net/minecraftforge/client/model/IModelCustomLoader.html b/javadoc/net/minecraftforge/client/model/IModelCustomLoader.html new file mode 100644 index 0000000..efe3ab1 --- /dev/null +++ b/javadoc/net/minecraftforge/client/model/IModelCustomLoader.html @@ -0,0 +1,251 @@ + + + + + +IModelCustomLoader (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.client.model
+

Interface IModelCustomLoader

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    ObjModelLoader, TechneModelLoader
    +
    +
    +
    +
    public interface IModelCustomLoader
    +
    Instances of this class act as factories for their model type
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.String[]getSuffixes() +
      Get resource suffixes this model loader recognizes
      +
      java.lang.StringgetType() +
      Get the main type name for this loader
      +
      IModelCustomloadInstance(ResourceLocation resource) +
      Load a model instance from the supplied path
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getType

        +
        java.lang.String getType()
        +
        Get the main type name for this loader
        +
        Returns:
        the type name
        +
      • +
      + + + +
        +
      • +

        getSuffixes

        +
        java.lang.String[] getSuffixes()
        +
        Get resource suffixes this model loader recognizes
        +
        Returns:
        a list of suffixes
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3