java.lang.Object
us.talabrek.ultimateskyblock.player.Perk

public class Perk extends Object
Perk is an immutable object holding all the perks,
  • Method Details

    • getMaxPartySize

      public int getMaxPartySize()
    • getAnimals

      public int getAnimals()
    • getMonsters

      public int getMonsters()
    • getVillagers

      public int getVillagers()
    • getGolems

      public int getGolems()
    • getExtraItems

      public List<org.bukkit.inventory.ItemStack> getExtraItems()
    • getBlockLimits

      public Map<org.bukkit.Material,Integer> getBlockLimits()
    • getRewBonus

      public double getRewBonus()
    • getHungerReduction

      public double getHungerReduction()
    • getSchematics

      public Set<String> getSchematics()
    • combine

      public Perk combine(Perk other)
    • toString

      public String toString()
      Overrides:
      toString in class Object