Uses of Enum Class
com.minigameworld.api.observer.MiniGameTimingNotifier.Timing
Packages that use MiniGameTimingNotifier.Timing
-
Uses of MiniGameTimingNotifier.Timing in com.minigameworld.api.observer
Methods in com.minigameworld.api.observer that return MiniGameTimingNotifier.TimingModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MiniGameTimingNotifier.Timing[]
MiniGameTimingNotifier.Timing.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.minigameworld.api.observer with parameters of type MiniGameTimingNotifier.TimingModifier and TypeMethodDescriptionvoid
MiniGameTimingNotifier.notifyObservers(MiniGame minigame, MiniGameTimingNotifier.Timing timing)
Notify timing to observersvoid
MiniGameObserver.update(MiniGameAccessor minigame, MiniGameTimingNotifier.Timing timing)
Process given minigame timing -
Uses of MiniGameTimingNotifier.Timing in com.minigameworld.managers
Methods in com.minigameworld.managers with parameters of type MiniGameTimingNotifier.TimingModifier and TypeMethodDescriptionvoid
MiniGameManager.notifyObservers(MiniGame minigame, MiniGameTimingNotifier.Timing event)