Examples of BlockData


Examples of org.mctourney.autoreferee.util.BlockData

  }

  public GoalsInventorySnapshot(ItemStack item, Set<BlockData> goals)
  {
    super();
    BlockData target = BlockData.fromItemStack(item);
    for (BlockData goal : goals)
      if (goal.equals(target))
        this.put(goal, item.getAmount());
  }
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.