java.lang.Object
de.teamlapen.vampirism.api.entity.player.skills.DefaultSkill<T>
de.teamlapen.vampirism.entity.player.skills.VampirismSkill<T>
de.teamlapen.vampirism.entity.player.skills.ActionSkill<de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer>
de.teamlapen.werewolves.entities.player.werewolf.skill.FormActionSkill
All Implemented Interfaces:
de.teamlapen.vampirism.api.entity.player.skills.ISkill<de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer>

public class FormActionSkill extends de.teamlapen.vampirism.entity.player.skills.ActionSkill<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.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
    FormActionSkill(Supplier<WerewolfFormAction> action, int skillPointCost)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    onDisabled(de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer player)
     

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

    getActionID, getActions, getFaction, getName, getTranslationKey, getType

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

    getDescription, onEnabled, setDescription, setHasDefaultDescription, setToggleActions

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

    getRenderColumn, getRenderRow, getSkillPointCost, 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

  • Method Details

    • onDisabled

      protected void onDisabled(de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer player)
      Overrides:
      onDisabled in class de.teamlapen.vampirism.entity.player.skills.VampirismSkill<de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer>