@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/world/inventory/ContainerHopper.java
|
||||
+++ b/net/minecraft/world/inventory/ContainerHopper.java
|
||||
@@ -6,10 +6,31 @@
|
||||
@@ -6,11 +6,32 @@
|
||||
import net.minecraft.world.entity.player.PlayerInventory;
|
||||
import net.minecraft.world.item.ItemStack;
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
+
|
||||
public class ContainerHopper extends Container {
|
||||
|
||||
public static final int CONTAINER_SIZE = 5;
|
||||
private final IInventory hopper;
|
||||
|
||||
+ // CraftBukkit start
|
||||
@@ -32,7 +33,7 @@
|
||||
public ContainerHopper(int i, PlayerInventory playerinventory) {
|
||||
this(i, playerinventory, new InventorySubcontainer(5));
|
||||
}
|
||||
@@ -17,6 +38,7 @@
|
||||
@@ -18,6 +39,7 @@
|
||||
public ContainerHopper(int i, PlayerInventory playerinventory, IInventory iinventory) {
|
||||
super(Containers.HOPPER, i);
|
||||
this.hopper = iinventory;
|
||||
@@ -40,7 +41,7 @@
|
||||
a(iinventory, 5);
|
||||
iinventory.startOpen(playerinventory.player);
|
||||
boolean flag = true;
|
||||
@@ -41,6 +63,7 @@
|
||||
@@ -42,6 +64,7 @@
|
||||
|
||||
@Override
|
||||
public boolean canUse(EntityHuman entityhuman) {
|
||||
|
||||
Reference in New Issue
Block a user