Uses of Interface
com.minigameworld.api.MiniGameExternalEventDetector
Packages that use MiniGameExternalEventDetector
-
Uses of MiniGameExternalEventDetector in com.minigameworld.api
Methods in com.minigameworld.api with parameters of type MiniGameExternalEventDetectorModifier and TypeMethodDescriptionvoid
MiniGameWorld.registerExternalEventDetector(MiniGameExternalEventDetector detector)
Registers custom minigame event external detector
Event detected by detector will be able to be passed onEvent() of minigamevoid
MiniGameWorld.unregisterExternalEventDetector(MiniGameExternalEventDetector detector)
Unregisters custom minigame event external detector -
Uses of MiniGameExternalEventDetector in com.minigameworld.frames.helpers
Methods in com.minigameworld.frames.helpers with parameters of type MiniGameExternalEventDetectorModifier and TypeMethodDescriptionvoid
MiniGameEventDetector.registerExternalDetector(MiniGameExternalEventDetector detector)
void
MiniGameEventDetector.unregisterExternalDetector(MiniGameExternalEventDetector detector)