Class WerewolfLevelConf.StoneAltarRequirement

java.lang.Object
de.teamlapen.werewolves.entities.player.werewolf.WerewolfLevelConf.LevelRequirement
de.teamlapen.werewolves.entities.player.werewolf.WerewolfLevelConf.StoneAltarRequirement
Enclosing class:
WerewolfLevelConf

public static class WerewolfLevelConf.StoneAltarRequirement extends WerewolfLevelConf.LevelRequirement
  • Field Details

    • START_LVL

      public static final int START_LVL
      See Also:
    • LAST_LVL

      public static final int LAST_LVL
      See Also:
    • liverAmount

      public final int liverAmount
    • bonesAmount

      public final int bonesAmount
  • Constructor Details

    • StoneAltarRequirement

      public StoneAltarRequirement(int xpAmount, int liverAmount, int bonesAmount)