Package com.prineside.tdi2.systems
Class AbilitySystem.AbilitySystemListener.AbilitySystemListenerAdapter
java.lang.Object
com.prineside.tdi2.systems.AbilitySystem.AbilitySystemListener.AbilitySystemListenerAdapter
- All Implemented Interfaces:
GameListener
,AbilitySystem.AbilitySystemListener
- Enclosing interface:
- AbilitySystem.AbilitySystemListener
public abstract static class AbilitySystem.AbilitySystemListener.AbilitySystemListenerAdapter
extends Object
implements AbilitySystem.AbilitySystemListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.systems.AbilitySystem.AbilitySystemListener
AbilitySystem.AbilitySystemListener.AbilitySystemListenerAdapter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
abilityApplied
(Ability ability, int x, int y) boolean
int
void
void
-
Constructor Details
-
AbilitySystemListenerAdapter
public AbilitySystemListenerAdapter()
-
-
Method Details
-
abilitiesConfigurationChanged
public void abilitiesConfigurationChanged()- Specified by:
abilitiesConfigurationChanged
in interfaceAbilitySystem.AbilitySystemListener
-
startedUsingAbility
public void startedUsingAbility()- Specified by:
startedUsingAbility
in interfaceAbilitySystem.AbilitySystemListener
-
stoppedUsingAbility
public void stoppedUsingAbility()- Specified by:
stoppedUsingAbility
in interfaceAbilitySystem.AbilitySystemListener
-
abilityApplied
- Specified by:
abilityApplied
in interfaceAbilitySystem.AbilitySystemListener
-
affectsGameState
public boolean affectsGameState()- Specified by:
affectsGameState
in interfaceGameListener
- Returns:
- true, если влияет на геймплей и есть в headless
-
getConstantId
public int getConstantId()- Specified by:
getConstantId
in interfaceGameListener
-