@@ -1,8 +1,9 @@
|
||||
--- a/net/minecraft/server/InventoryCrafting.java
|
||||
+++ b/net/minecraft/server/InventoryCrafting.java
|
||||
@@ -1,5 +1,14 @@
|
||||
@@ -1,6 +1,14 @@
|
||||
package net.minecraft.server;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
+// CraftBukkit start
|
||||
+import java.util.List;
|
||||
+import org.bukkit.Location;
|
||||
@@ -11,11 +12,10 @@
|
||||
+import org.bukkit.entity.HumanEntity;
|
||||
+import org.bukkit.event.inventory.InventoryType;
|
||||
+// CraftBukkit end
|
||||
+
|
||||
|
||||
public class InventoryCrafting implements IInventory {
|
||||
|
||||
private final ItemStack[] items;
|
||||
@@ -7,6 +16,53 @@
|
||||
@@ -9,6 +17,53 @@
|
||||
private final int c;
|
||||
private final Container d;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user