mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-19 13:02:12 +00:00
9 lines
314 B
Diff
9 lines
314 B
Diff
--- a/net/minecraft/server/GeneratorAccess.java
|
|
+++ b/net/minecraft/server/GeneratorAccess.java
|
|
@@ -46,4 +46,6 @@
|
|
default void triggerEffect(int i, BlockPosition blockposition, int j) {
|
|
this.a((EntityHuman) null, i, blockposition, j);
|
|
}
|
|
+
|
|
+ WorldServer getMinecraftWorld(); // CraftBukkit
|
|
}
|