craftbukkit/nms-patches/net/minecraft/world/item/trading/IMerchant.patch

10 lines
256 B
Diff
Raw Normal View History

2021-03-16 09:00:00 +11:00
--- a/net/minecraft/world/item/trading/IMerchant.java
+++ b/net/minecraft/world/item/trading/IMerchant.java
2021-11-22 09:00:00 +11:00
@@ -52,4 +52,6 @@
2019-04-28 12:35:28 +10:00
}
2021-11-22 09:00:00 +11:00
boolean isClientSide();
2019-04-28 12:35:28 +10:00
+
+ org.bukkit.craftbukkit.inventory.CraftMerchant getCraftMerchant(); // CraftBukkit
}