aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces/IDebugableBlock.java
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2020-03-19 17:12:47 +0100
committerGitHub <noreply@github.com>2020-03-19 17:12:47 +0100
commit4bdccb94802098bf9248e419c51861640fc0f1c1 (patch)
treed03af88ec036dcb897c5a845369b345aeed3c97f /src/main/java/gregtech/api/interfaces/IDebugableBlock.java
parentfeca5739287583eee824512ff61714ae4113a6fc (diff)
parent5959633bc9eea56859e4e569c2aa8b8a427e5ea2 (diff)
downloadGT5-Unofficial-4bdccb94802098bf9248e419c51861640fc0f1c1.tar.gz
GT5-Unofficial-4bdccb94802098bf9248e419c51861640fc0f1c1.tar.bz2
GT5-Unofficial-4bdccb94802098bf9248e419c51861640fc0f1c1.zip
Merge pull request #251 from GTNewHorizons/Refactor
Refactor
Diffstat (limited to 'src/main/java/gregtech/api/interfaces/IDebugableBlock.java')
-rw-r--r--src/main/java/gregtech/api/interfaces/IDebugableBlock.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/interfaces/IDebugableBlock.java b/src/main/java/gregtech/api/interfaces/IDebugableBlock.java
index bdb550ff53..dd72b4d71e 100644
--- a/src/main/java/gregtech/api/interfaces/IDebugableBlock.java
+++ b/src/main/java/gregtech/api/interfaces/IDebugableBlock.java
@@ -23,5 +23,5 @@ public interface IDebugableBlock {
* 3 = Debug ONLY
* @return a String-Array containing the DebugInfo, every Index is a separate line (0 = first Line)
*/
- public ArrayList<String> getDebugInfo(EntityPlayer aPlayer, int aX, int aY, int aZ, int aLogLevel);
+ ArrayList<String> getDebugInfo(EntityPlayer aPlayer, int aX, int aY, int aZ, int aLogLevel);
} \ No newline at end of file