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/RegistryDelegate.Delegate.html | 368 --------------------- 1 file changed, 368 deletions(-) delete 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 deleted file mode 100644 index 1a34fab..0000000 --- a/javadoc/cpw/mods/fml/common/registry/RegistryDelegate.Delegate.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - -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