Examples of VentStatus


Examples of erogenousbeef.bigreactors.common.multiblock.MultiblockTurbine.VentStatus

                CommonPacketHandler.INSTANCE.sendToServer(new TurbineChangeMaxIntakeMessage(turbine, newMax));
      }
    }
   
    if(button.id >= 4 && button.id <= 6) {
      VentStatus newStatus;
      switch(button.id) {
      case 5:
        newStatus = VentStatus.VentOverflow;
        break;
      case 6:
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.