aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorTec <daniel112092@gmail.com>2019-07-17 10:10:07 +0200
committerTec <daniel112092@gmail.com>2019-07-17 10:10:07 +0200
commitd3f2d5144f05fe5953e69d9787f52a5771a3ff14 (patch)
tree5c689209363eb531566f60f77a9ea4a4cbdde573 /src/main/java
parentb7311455c832add1c82c976c8b25afe434d2461c (diff)
downloadGT5-Unofficial-d3f2d5144f05fe5953e69d9787f52a5771a3ff14.tar.gz
GT5-Unofficial-d3f2d5144f05fe5953e69d9787f52a5771a3ff14.tar.bz2
GT5-Unofficial-d3f2d5144f05fe5953e69d9787f52a5771a3ff14.zip
Can be safely exposed
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java
index 1fb18ccf50..635107ff28 100644
--- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java
+++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java
@@ -115,20 +115,12 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt
//if u need to force some things to be fixed - u might need to override doRandomMaintenanceDamage
protected byte minRepairStatus = 3;
- //endregion
-
- //region READ ONLY unless u really need to change it
-
//functionality toggles - changed by buttons in gui also
- protected boolean ePowerPass = false, eSafeVoid = false;
+ public boolean ePowerPass = false, eSafeVoid = false;
- public boolean isPowerPass() {
- return ePowerPass;
- }
+ //endregion
- public boolean isSafeVoid() {
- return eSafeVoid;
- }
+ //region READ ONLY unless u really need to change it
//max amperes machine can take in after computing it to the lowest tier (exchange packets to min tier count)
protected long eMaxAmpereFlow = 0,eMaxAmpereGen=0;