Package simpleserver.nbt

Examples of simpleserver.nbt.Inventory$Enchantment


  private int count;
  private Player player;

  public Giver(Player player) {
    super(player.getServer(), "Giver" + Math.round(100000 * Math.random()));
    inv = new Inventory();
    count = 0;
    this.player = player;
  }
View Full Code Here

TOP

Related Classes of simpleserver.nbt.Inventory$Enchantment

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.