Uses of Class
net.tnemc.plugincore.core.api.CallbackEntry
Packages that use CallbackEntry
-
Uses of CallbackEntry in net.tnemc.plugincore.core.api
Methods in net.tnemc.plugincore.core.api with parameters of type CallbackEntryModifier and TypeMethodDescriptionvoidCallbackManager.addCallback(String identifier, CallbackEntry entry) Used to add a new callback into the system. -
Uses of CallbackEntry in net.tnemc.plugincore.core.module
Methods in net.tnemc.plugincore.core.module that return types with arguments of type CallbackEntryModifier and TypeMethodDescriptiondefault Map<String, CallbackEntry> Module.registerCallbacks()Called after theCallbackManageris initialized.