Exemplo n.º 1
0
 public boolean hasInfinity() {
   return tile.getEnchantment(Enchantment.infinity) > 0;
 }
Exemplo n.º 2
0
 public int getLootingLevel() {
   return tile.getEnchantment(Enchantment.looting);
 }