From f2a33ea9f657d35270b6f945509e415549b50031 Mon Sep 17 00:00:00 2001 From: Lex Manos Date: Mon, 2 Jun 2014 12:20:28 -0700 Subject: [PATCH] Add comment to RotationHelper telling modders where to actually look, closes #1115 --- .../java/net/minecraftforge/common/util/RotationHelper.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/net/minecraftforge/common/util/RotationHelper.java b/src/main/java/net/minecraftforge/common/util/RotationHelper.java index fcdff764b..8f5d92e71 100644 --- a/src/main/java/net/minecraftforge/common/util/RotationHelper.java +++ b/src/main/java/net/minecraftforge/common/util/RotationHelper.java @@ -42,6 +42,11 @@ import java.util.Map; import static net.minecraftforge.common.util.ForgeDirection.*; +/** + * This class is a helper function for vanilla blocks, and should not be called by Modders. + * Refer to block.rotateBlock and block.getValidRotations instead. + * + */ public class RotationHelper { /** * Some blocks have the same rotation.