From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../client/model/IModelCustomLoader.html | 251 --------------------- 1 file changed, 251 deletions(-) delete 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 deleted file mode 100644 index efe3ab1..0000000 --- a/javadoc/net/minecraftforge/client/model/IModelCustomLoader.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - -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