aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces/tileentity/ITurnable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/api/interfaces/tileentity/ITurnable.java')
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/ITurnable.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/interfaces/tileentity/ITurnable.java b/src/main/java/gregtech/api/interfaces/tileentity/ITurnable.java
index e05fd44637..e54a85090e 100644
--- a/src/main/java/gregtech/api/interfaces/tileentity/ITurnable.java
+++ b/src/main/java/gregtech/api/interfaces/tileentity/ITurnable.java
@@ -6,6 +6,7 @@ import static gregtech.api.enums.GT_Values.ALL_VALID_SIDES;
* Implemented by all my Machines. However without any security checks, if the Players are even allowed to rotate it.
*/
public interface ITurnable {
+
/**
* Get the block's facing.
*