Class SimpleWerewolfSkill.LordWerewolfSkill
java.lang.Object
de.teamlapen.vampirism.api.entity.player.skills.DefaultSkill<T>
de.teamlapen.vampirism.entity.player.skills.VampirismSkill<de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer>
de.teamlapen.werewolves.entities.player.werewolf.skill.SimpleWerewolfSkill.LordWerewolfSkill
- All Implemented Interfaces:
de.teamlapen.vampirism.api.entity.player.skills.ISkill<de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer>,de.teamlapen.vampirism.api.entity.player.skills.ISkillLike<de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer>
- Enclosing class:
- SimpleWerewolfSkill
public static class SimpleWerewolfSkill.LordWerewolfSkill
extends de.teamlapen.vampirism.entity.player.skills.VampirismSkill<de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer>
-
Nested Class Summary
Nested classes/interfaces inherited from class de.teamlapen.vampirism.entity.player.skills.VampirismSkill
de.teamlapen.vampirism.entity.player.skills.VampirismSkill.HunterLordSkill, de.teamlapen.vampirism.entity.player.skills.VampirismSkill.SimpleHunterSkill, de.teamlapen.vampirism.entity.player.skills.VampirismSkill.SimpleVampireSkill, de.teamlapen.vampirism.entity.player.skills.VampirismSkill.VampireLordSkillNested classes/interfaces inherited from class de.teamlapen.vampirism.api.entity.player.skills.DefaultSkill
de.teamlapen.vampirism.api.entity.player.skills.DefaultSkill.AttributeHolder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Optional<de.teamlapen.vampirism.api.entity.factions.IPlayableFaction<?>>setToggleActions(BiConsumer<de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer, Boolean> action) Methods inherited from class de.teamlapen.vampirism.entity.player.skills.VampirismSkill
allowedSkillTrees, getDescription, onDisabled, onEnabled, setDescription, setHasDefaultDescription, setToggleActionsMethods inherited from class de.teamlapen.vampirism.api.entity.player.skills.DefaultSkill
getActions, getActions, getSkillPointCost, getTranslationKey, onDisable, onEnable, registerAttributeModifier, registerAttributeModifier, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.teamlapen.vampirism.api.entity.player.skills.ISkill
asSkill, getName
-
Constructor Details
-
LordWerewolfSkill
public LordWerewolfSkill(int skillPointCost, boolean desc)
-
-
Method Details
-
getFaction
@NotNull public @NotNull Optional<de.teamlapen.vampirism.api.entity.factions.IPlayableFaction<?>> getFaction() -
setToggleActions
public SimpleWerewolfSkill.LordWerewolfSkill setToggleActions(BiConsumer<de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer, Boolean> action)
-