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 Summary
FieldsModifier and TypeFieldDescriptionfinal intstatic final intfinal intstatic final intFields inherited from class de.teamlapen.werewolves.entities.player.werewolf.WerewolfLevelConf.LevelRequirement
xpAmount -
Constructor Summary
Constructors -
Method Summary
-
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)
-