MCPcopy Create free account
hub / github.com/boxbeam/RedLib / onPluginDisable

Method onPluginDisable

src/redempt/redlib/region/SelectionTool.java:49–54  ·  view source on GitHub ↗
(PluginDisableEvent e)

Source from the content-addressed store, hash-verified

47 }
48
49 @EventHandler
50 public void onPluginDisable(PluginDisableEvent e) {
51 if (e.getPlugin().equals(plugin)) {
52 HandlerList.unregisterAll(this);
53 }
54 }
55
56 @EventHandler
57 public void onClick(PlayerInteractEvent e) {

Callers

nothing calls this directly

Calls 2

equalsMethod · 0.45
getPluginMethod · 0.45

Tested by

no test coverage detected