mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-17 16:15:24 +01:00
10 lines
314 B
Diff
10 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
|
|
}
|