Package de.gurkenlabs.litiengine.abilities


package de.gurkenlabs.litiengine.abilities
  • Class
    Description
    The Ability class represents a special skill or power that a Creature can use in a game.
    The AbilityCastListener interface defines a method for listening to ability cast events.
    The AbilityAttributes class represents the attributes of an ability in the game.
    The AbilityExecution class represents the execution of an ability in the game.
    The AbilityInfo annotation is used to define the properties of an Ability.
    The CastType enum represents the types of casting an ability in the game.