@@ -1,18 +1,18 @@
|
||||
--- a/net/minecraft/server/InventoryCraftResult.java
|
||||
+++ b/net/minecraft/server/InventoryCraftResult.java
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
@@ -3,12 +3,51 @@
|
||||
import java.util.Iterator;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
+// CraftBukkit start
|
||||
+import org.bukkit.Location;
|
||||
+import org.bukkit.craftbukkit.entity.CraftHumanEntity;
|
||||
+import org.bukkit.entity.HumanEntity;
|
||||
+// CraftBukkit end
|
||||
|
||||
+
|
||||
public class InventoryCraftResult implements IInventory, RecipeHolder {
|
||||
|
||||
@@ -9,6 +14,39 @@
|
||||
private final NonNullList<ItemStack> items;
|
||||
@Nullable
|
||||
private IRecipe<?> b;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user