mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 07:23:43 +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
|
||
|
}
|