Examples of displayGUIChest()


Examples of net.minecraft.src.EntityPlayer.displayGUIChest()

    * @see com.sijobe.spc.wrapper.CommandBase#execute(com.sijobe.spc.wrapper.CommandSender, java.util.List)
    */
   @Override
   public void execute(CommandSender sender, List<?> params) throws CommandException {
      EntityPlayer player = getSenderAsPlayer(sender).getMinecraftPlayer();
      player.displayGUIChest(player.getInventoryEnderChest());
   }
  
}
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.