mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-08 17:37:42 +01:00
Add EventNode#addChild
This commit is contained in:
parent
80b2dd2747
commit
5474116e7a
@ -28,6 +28,9 @@ public class EventNode<T extends Event> {
|
|||||||
return new EventNode<>();
|
return new EventNode<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void addChild(EventNode<? extends T> child) {
|
||||||
|
}
|
||||||
|
|
||||||
public void addListener(EventListener<? extends T> listener) {
|
public void addListener(EventListener<? extends T> listener) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user