Package forestry.core.network

Examples of forestry.core.network.ForestryPacket


      return;

    GuiMailboxInfo.instance = new GuiMailboxInfo();

    if (!Proxies.common.isSimulating(Proxies.common.getRenderWorld()))
      Proxies.net.sendToServer(new ForestryPacket(PacketIds.POBOX_INFO_REQUEST));
    else {
      GameProfile profile = Proxies.common.getClientInstance().thePlayer.getGameProfile();
      IMailAddress address = PostManager.postRegistry.getMailAddress(profile);
      POBox pobox = PostRegistry.getPOBox(Proxies.common.getRenderWorld(), address);
      if (pobox != null)
View Full Code Here

TOP

Related Classes of forestry.core.network.ForestryPacket

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.