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 TypeMethodDescriptionvoidMiniGameWorld.registerExternalEventDetector(MiniGameExternalEventDetector detector)Registers custom minigame event external detector
Event detected by detector will be able to be passed onEvent() of minigamevoidMiniGameWorld.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 TypeMethodDescriptionvoidMiniGameEventDetector.registerExternalDetector(MiniGameExternalEventDetector detector)voidMiniGameEventDetector.unregisterExternalDetector(MiniGameExternalEventDetector detector)