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/RegistryDelegate.Delegate.html | 368 +++++++++++++++++++++ 1 file changed, 368 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/registry/RegistryDelegate.Delegate.html (limited to 'javadoc/cpw/mods/fml/common/registry/RegistryDelegate.Delegate.html') diff --git a/javadoc/cpw/mods/fml/common/registry/RegistryDelegate.Delegate.html b/javadoc/cpw/mods/fml/common/registry/RegistryDelegate.Delegate.html new file mode 100644 index 0000000..1a34fab --- /dev/null +++ b/javadoc/cpw/mods/fml/common/registry/RegistryDelegate.Delegate.html @@ -0,0 +1,368 @@ + + + + + +RegistryDelegate.Delegate (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common.registry
+

Class RegistryDelegate.Delegate<T>

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      RegistryDelegate.Delegate(T referant, + java.lang.Class<T> type) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object obj) 
      Tget() +
      Get the referent pointed at by this delegate.
      +
      inthashCode() 
      java.lang.Stringname() +
      Get the name of this delegate.
      +
      java.lang.Class<T>type() +
      Get the delegate type.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + +
        +
      • +

        RegistryDelegate.Delegate

        +
        public RegistryDelegate.Delegate(T referant,
        +                         java.lang.Class<T> type)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        get

        +
        public T get()
        +
        Description copied from interface: RegistryDelegate
        +
        Get the referent pointed at by this delegate. This will be the currently active item or block, and will change + as world saves come and go. Note that item.delegate.get() may NOT be the same object as item, due to item and + block substitution.
        +
        +
        Specified by:
        +
        get in interface RegistryDelegate<T>
        +
        Returns:
        The referred object
        +
      • +
      + + + +
        +
      • +

        name

        +
        public java.lang.String name()
        +
        Description copied from interface: RegistryDelegate
        +
        Get the name of this delegate. This is completely static after registration has completed and will never change.
        +
        +
        Specified by:
        +
        name in interface RegistryDelegate<T>
        +
        Returns:
        The name
        +
      • +
      + + + +
        +
      • +

        type

        +
        public java.lang.Class<T> type()
        +
        Description copied from interface: RegistryDelegate
        +
        Get the delegate type. It will be Item or Block.
        +
        +
        Specified by:
        +
        type in interface RegistryDelegate<T>
        +
        Returns:
        The type of delegate
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object obj)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3