Package baubles.common.network

Examples of baubles.common.network.PacketOpenNormalInventory


    }
   
    if (event.gui instanceof GuiPlayerExpanded) {
      if (event.button.id == 55) {
        event.gui.mc.displayGuiScreen(new GuiInventory(event.gui.mc.thePlayer));
        PacketHandler.INSTANCE.sendToServer(new PacketOpenNormalInventory(event.gui.mc.thePlayer));
      }
    }
  }
View Full Code Here

TOP

Related Classes of baubles.common.network.PacketOpenNormalInventory

Copyright © 2018 www.massapicom. 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.