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
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>
Enclosing class:
SimpleWerewolfSkill

public static class SimpleWerewolfSkill.LordWerewolfSkill extends SimpleWerewolfSkill
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.teamlapen.werewolves.entities.player.werewolf.skill.SimpleWerewolfSkill

    SimpleWerewolfSkill.AttributeSkill, SimpleWerewolfSkill.LordWerewolfSkill

    Nested classes/interfaces inherited from class de.teamlapen.vampirism.entity.player.skills.VampirismSkill

    de.teamlapen.vampirism.entity.player.skills.VampirismSkill.LordHunterSkill, de.teamlapen.vampirism.entity.player.skills.VampirismSkill.LordVampireSkill, de.teamlapen.vampirism.entity.player.skills.VampirismSkill.SimpleHunterSkill, de.teamlapen.vampirism.entity.player.skills.VampirismSkill.SimpleVampireSkill
  • Constructor Summary

    Constructors
    Constructor
    Description
    LordWerewolfSkill(boolean desc)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull de.teamlapen.vampirism.api.entity.player.skills.ISkillType
     

    Methods inherited from class de.teamlapen.vampirism.entity.player.skills.VampirismSkill

    getDescription, setDescription, setHasDefaultDescription, setToggleActions

    Methods inherited from class de.teamlapen.vampirism.api.entity.player.skills.DefaultSkill

    getActions, getName, getRenderColumn, getRenderRow, getSkillPointCost, getTranslationKey, onDisable, onEnable, registerAttributeModifier, registerAttributeModifier, setName, setRenderPos, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LordWerewolfSkill

      public LordWerewolfSkill(boolean desc)
  • Method Details

    • getType

      @NotNull public @NotNull de.teamlapen.vampirism.api.entity.player.skills.ISkillType getType()