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 --- .../minecraftforge/common/util/RotationHelper.html | 279 --------------------- 1 file changed, 279 deletions(-) delete mode 100644 javadoc/net/minecraftforge/common/util/RotationHelper.html (limited to 'javadoc/net/minecraftforge/common/util/RotationHelper.html') diff --git a/javadoc/net/minecraftforge/common/util/RotationHelper.html b/javadoc/net/minecraftforge/common/util/RotationHelper.html deleted file mode 100644 index 2676874..0000000 --- a/javadoc/net/minecraftforge/common/util/RotationHelper.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - -RotationHelper (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraftforge.common.util
-

Class RotationHelper

-
-
- -
-
    -
  • -
    -
    -
    public class RotationHelper
    -extends java.lang.Object
    -
    This class is a helper function for vanilla blocks, and should not be called by Modders. - Refer to block.rotateBlock and block.getValidRotations instead.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RotationHelper

        -
        public RotationHelper()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getValidVanillaBlockRotations

        -
        public static ForgeDirection[] getValidVanillaBlockRotations(Block block)
        -
      • -
      - - - -
        -
      • -

        rotateVanillaBlock

        -
        public static boolean rotateVanillaBlock(Block block,
        -                         World worldObj,
        -                         int x,
        -                         int y,
        -                         int z,
        -                         ForgeDirection axis)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3