Add comment to RotationHelper telling modders where to actually look, closes #1115

This commit is contained in:
Lex Manos 2014-06-02 12:20:28 -07:00
parent e7f492a15b
commit f2a33ea9f6
1 changed files with 5 additions and 0 deletions

View File

@ -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.