mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-09 18:08:37 +01:00
Remove EventHandler mention in Event
This commit is contained in:
parent
16d8597195
commit
68ba4b232d
@ -1,9 +1,7 @@
|
|||||||
package net.minestom.server.event;
|
package net.minestom.server.event;
|
||||||
|
|
||||||
import net.minestom.server.event.handler.EventHandler;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event which can be listened to by an {@link EventHandler}.
|
* Event which can be listened to by an {@link EventNode}.
|
||||||
* <p>
|
* <p>
|
||||||
* Called using {@link EventDispatcher#call(Event)}.
|
* Called using {@link EventDispatcher#call(Event)}.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user