Class GameEvent<T>

    • Constructor Detail

      • GameEvent

        public GameEvent​(T source)
        Constructs a prototypical Event.
        Parameters:
        source - The object on which the Event initially occurred.
        Throws:
        IllegalArgumentException - if source is null.
    • Method Detail

      • getTick

        public int getTick()