From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../common/registry/GameRegistry.ObjectHolder.html | 207 +++++++++++++++++++++ 1 file changed, 207 insertions(+) create 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 new file mode 100644 index 0000000..cdbe8bb --- /dev/null +++ b/javadoc/cpw/mods/fml/common/registry/GameRegistry.ObjectHolder.html @@ -0,0 +1,207 @@ + + + + + +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