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 --- .../common/registry/GameRegistry.ObjectHolder.html | 207 --------------------- 1 file changed, 207 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/registry/GameRegistry.ObjectHolder.html (limited to 'javadoc/cpw/mods/fml/common/registry/GameRegistry.ObjectHolder.html') diff --git a/javadoc/cpw/mods/fml/common/registry/GameRegistry.ObjectHolder.html b/javadoc/cpw/mods/fml/common/registry/GameRegistry.ObjectHolder.html deleted file mode 100644 index cdbe8bb..0000000 --- a/javadoc/cpw/mods/fml/common/registry/GameRegistry.ObjectHolder.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - -GameRegistry.ObjectHolder (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.registry
-

Annotation Type GameRegistry.ObjectHolder

-
-
-
-
    -
  • -
    -
    -
    @Retention(value=RUNTIME)
    -@Target(value={TYPE,FIELD})
    -public static @interface GameRegistry.ObjectHolder
    -
    This will cause runtime injection of public static final fields to occur at various points - where mod blocks and items could be subject to change. This allows for dynamic - substitution to occur.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Required Element Summary

      - - - - - - - - - - -
      Required Elements 
      Modifier and TypeRequired Element and Description
      java.lang.Stringvalue -
      If used on a class, this represents a modid only.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Element Detail

      - - - -
        -
      • -

        value

        -
        public abstract java.lang.String value
        -
        If used on a class, this represents a modid only. - If used on a field, it represents a name, which can be abbreviated or complete. - Abbreviated names derive their modid from an enclosing ObjectHolder at the class level.
        -
        Returns:
        either a modid or a name based on the rules above
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3