Class PlayerCastWheel

java.lang.Object
studio.magemonkey.fabled.cast.PlayerCastWheel

public class PlayerCastWheel extends Object
  • Constructor Details

    • PlayerCastWheel

      public PlayerCastWheel(PlayerData data)
  • Method Details

    • validate

      public void validate(PlayerData data)
    • unlock

      public void unlock(PlayerSkill skill)
      Adds a skill to the available skills, if castable
      Parameters:
      skill - skill to add
    • remove

      public void remove(PlayerSkill skill)
    • isEmpty

      public boolean isEmpty()
    • wheelSize

      public int wheelSize()
    • getMessage

      public String getMessage()
    • cast

      public void cast()
    • nextSkill

      public void nextSkill()
    • previousSkill

      public void previousSkill()
    • isCasting

      public boolean isCasting()
    • setCasting

      public void setCasting(boolean casting)