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 --- .../client/IItemRenderer.ItemRendererHelper.html | 382 --------------------- 1 file changed, 382 deletions(-) delete mode 100644 javadoc/net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html (limited to 'javadoc/net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html') diff --git a/javadoc/net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html b/javadoc/net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html deleted file mode 100644 index 6078f44..0000000 --- a/javadoc/net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - -IItemRenderer.ItemRendererHelper (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraftforge.client
-

Enum IItemRenderer.ItemRendererHelper

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum Constant and Description
      BLOCK_3D -
      Determines if the item should equate to a block that has - RenderBlocks.renderItemIn3d return true
      -
      ENTITY_BOBBING -
      Determines if an up-and-down bobbing effect should be used when - rendering an EntityItem, like most default items do.
      -
      ENTITY_ROTATION -
      Determines if a rotation effect should be used when rendering an - EntityItem, like most default blocks do.
      -
      EQUIPPED_BLOCK -
      Determines if the currently equipped item should be rendered as a 3D - block or as a 2D texture.
      -
      INVENTORY_BLOCK -
      Determines if the item should be rendered in GUI inventory slots as a 3D - block or as a 2D texture.
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static IItemRenderer.ItemRendererHelpervalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static IItemRenderer.ItemRendererHelper[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        ENTITY_ROTATION

        -
        public static final IItemRenderer.ItemRendererHelper ENTITY_ROTATION
        -
        Determines if a rotation effect should be used when rendering an - EntityItem, like most default blocks do.
        -
      • -
      - - - -
        -
      • -

        ENTITY_BOBBING

        -
        public static final IItemRenderer.ItemRendererHelper ENTITY_BOBBING
        -
        Determines if an up-and-down bobbing effect should be used when - rendering an EntityItem, like most default items do.
        -
      • -
      - - - -
        -
      • -

        EQUIPPED_BLOCK

        -
        public static final IItemRenderer.ItemRendererHelper EQUIPPED_BLOCK
        -
        Determines if the currently equipped item should be rendered as a 3D - block or as a 2D texture.
        -
      • -
      - - - -
        -
      • -

        BLOCK_3D

        -
        public static final IItemRenderer.ItemRendererHelper BLOCK_3D
        -
        Determines if the item should equate to a block that has - RenderBlocks.renderItemIn3d return true
        -
      • -
      - - - -
        -
      • -

        INVENTORY_BLOCK

        -
        public static final IItemRenderer.ItemRendererHelper INVENTORY_BLOCK
        -
        Determines if the item should be rendered in GUI inventory slots as a 3D - block or as a 2D texture.
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static IItemRenderer.ItemRendererHelper[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (IItemRenderer.ItemRendererHelper c : IItemRenderer.ItemRendererHelper.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static IItemRenderer.ItemRendererHelper valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        Parameters:
        name - the name of the enum constant to be returned.
        -
        Returns:
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3