Examples of WasteEjectionSetting


Examples of erogenousbeef.bigreactors.common.multiblock.MultiblockReactor.WasteEjectionSetting

      if(newSetting != reactor.getActive()) {
                CommonPacketHandler.INSTANCE.sendToServer(new MachineCommandActivateMessage(reactor, newSetting));
      }
    }
    else if(button.id >= 2 && button.id <= 4) {
      WasteEjectionSetting newEjectionSetting;
      switch(button.id) {
      case 4:
        newEjectionSetting = WasteEjectionSetting.kManual;
        break;
      default:
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.