Class LootData

java.lang.Object
net.glowstone.util.loot.LootData

public class LootData extends Object
  • Constructor Details

    • LootData

      public LootData(Collection<org.bukkit.inventory.ItemStack> items, int experience)
  • Method Details

    • getItems

      public Collection<org.bukkit.inventory.ItemStack> getItems()
    • getExperience

      public int getExperience()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object