Class GameLogic.QueuedTrigger

java.lang.Object
net.demilich.metastone.game.logic.GameLogic.QueuedTrigger
All Implemented Interfaces:
Serializable
Enclosing class:
GameLogic

public static final class GameLogic.QueuedTrigger extends Object implements Serializable
Keeps track of data regarding a queued trigger firing (the tuple of event and trigger that needs to be processed)
See Also:
  • Method Details

    • getEvent

      @NotNull public @NotNull GameEvent getEvent()
    • getTrigger

      @NotNull public @NotNull Trigger getTrigger()