Klasse AbilityButton
java.lang.Object
com.sunworld.render.screen.elements.impl.AbilityButton
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAbilityButton
(int x, int y, int width, int height, BattleAbility ability, PlayerControlledCharacter user) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
draw
(Graphics2D g, Screen p) boolean
boolean
void
mouseClicked
(int button)
-
Felddetails
-
grey
-
green
-
bounds
-
border
-
ability
-
user
-
selected
private boolean selected
-
-
Konstruktordetails
-
AbilityButton
public AbilityButton(int x, int y, int width, int height, BattleAbility ability, PlayerControlledCharacter user)
-
-
Methodendetails
-
mouseClicked
public void mouseClicked(int button) - Angegeben von:
mouseClicked
in SchnittstelleButton
-
draw
-
isSelected
public boolean isSelected() -
isHovered
public boolean isHovered() -
getAbility
-