MCPcopy Create free account
hub / github.com/Teneted/Tenet / callEvent

Method callEvent

src/main/java/org/bukkit/plugin/PluginManager.java:112–112  ·  view source on GitHub ↗

Calls an event with the given details @param event Event details @throws IllegalStateException Thrown when an asynchronous event is fired from synchronous code. Note: This is best-effort basis, and should not be used to test synchronized state. This is an indicator for flawed

(@NotNull Event event)

Source from the content-addressed store, hash-verified

110 * synchronized state. This is an indicator for flawed flow logic.</i>
111 */
112 public void callEvent(@NotNull Event event) throws IllegalStateException;
113
114 /**
115 * Registers all the events in the given listener class

Callers 15

callEventMethod · 0.65
fireEventMethod · 0.65
registerMethod · 0.65
unregisterAllMethod · 0.65
unregisterMethod · 0.65
enablePluginMethod · 0.65
disablePluginMethod · 0.65
reloadMethod · 0.65
createWorldMethod · 0.65
unloadWorldMethod · 0.65
broadcastMethod · 0.65
tabCompleteMethod · 0.65

Implementers 1

SimplePluginManagersrc/main/java/org/bukkit/plugin/Simple

Calls

no outgoing calls

Tested by

no test coverage detected