mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
9 lines
351 B
Diff
9 lines
351 B
Diff
--- a/net/minecraft/world/level/GeneratorAccess.java
|
|
+++ b/net/minecraft/world/level/GeneratorAccess.java
|
|
@@ -57,4 +57,6 @@
|
|
default void triggerEffect(int i, BlockPosition blockposition, int j) {
|
|
this.a((EntityHuman) null, i, blockposition, j);
|
|
}
|
|
+
|
|
+ net.minecraft.server.level.WorldServer getMinecraftWorld(); // CraftBukkit
|
|
}
|