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

Interface RegistryDelegate<T>

-
-
-
-
    -
  • -
    Type Parameters:
    T - the type of thing we're holding onto
    -
    -
    All Known Implementing Classes:
    -
    RegistryDelegate.Delegate
    -
    -
    -
    -
    public interface RegistryDelegate<T>
    -
    A registry delegate for holding references to items or blocks - These should be safe to use in things like lists though aliased items and blocks will not - have object identity with respect to their delegate.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeInterface and Description
      static class RegistryDelegate.Delegate<T> 
      -
    • -
    - -
      -
    • - - -

      Method Summary

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

      Method Detail

      - - - -
        -
      • -

        get

        -
        T get()
        -
        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.
        -
        Returns:
        The referred object
        -
      • -
      - - - -
        -
      • -

        name

        -
        java.lang.String name()
        -
        Get the name of this delegate. This is completely static after registration has completed and will never change.
        -
        Returns:
        The name
        -
      • -
      - - - -
        -
      • -

        type

        -
        java.lang.Class<T> type()
        -
        Get the delegate type. It will be Item or Block.
        -
        Returns:
        The type of delegate
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3