forked from External/mage
[UI] Displaying creatures that can attack
This commit is contained in:
parent
a8476d3613
commit
65a0c9fc79
15 changed files with 132 additions and 120 deletions
|
|
@ -63,6 +63,10 @@ public class PlayerQueryEventSource implements EventSource<PlayerQueryEvent>, Se
|
|||
dispatcher.fireEvent(PlayerQueryEvent.selectEvent(playerId, message));
|
||||
}
|
||||
|
||||
public void select(UUID playerId, String message, Map<String, Serializable> options) {
|
||||
dispatcher.fireEvent(PlayerQueryEvent.selectEvent(playerId, message, options));
|
||||
}
|
||||
|
||||
public void chooseAbility(UUID playerId, String message, String objectName, List<? extends ActivatedAbility> choices) {
|
||||
dispatcher.fireEvent(PlayerQueryEvent.chooseAbilityEvent(playerId, message, objectName, choices));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue