Examples of DeviceChangeExposureMessage


Examples of erogenousbeef.bigreactors.net.message.DeviceChangeExposureMessage

  @Override
  protected void actionPerformed(GuiButton button) {
    super.actionPerformed(button);
    if(button.id >= EXPOSURE_BUTTON_ID_BASE && button.id < EXPOSURE_BUTTON_ID_BASE + 6) {
      // TODO: Figure out how to detect rightclicks
            CommonPacketHandler.INSTANCE.sendToServer(new DeviceChangeExposureMessage(_entity.xCoord, _entity.yCoord, _entity.zCoord, button.id - EXPOSURE_BUTTON_ID_BASE, true));
    }
  }
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.