mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-12 06:44:16 +01:00
Rename removeMap to unmap
This commit is contained in:
parent
81e2072bc5
commit
27bdbe7275
@ -181,7 +181,7 @@ public class EventNode<T extends Event> {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public EventNode<T> removeMap(@NotNull Object value) {
|
public EventNode<T> unmap(@NotNull Object value) {
|
||||||
this.redirectionMap.remove(value);
|
this.redirectionMap.remove(value);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user