Update CraftBukkit to Minecraft 1.3.1
This commit is contained in:
committed by
Travis Watkins
parent
08e2923bd4
commit
a43d621c01
@@ -15,6 +15,7 @@ public class InventoryCraftResult implements IInventory {
|
||||
public ItemStack[] getContents() {
|
||||
return this.items;
|
||||
}
|
||||
|
||||
public org.bukkit.inventory.InventoryHolder getOwner() {
|
||||
return null; // Result slots don't get an owner
|
||||
}
|
||||
@@ -81,7 +82,7 @@ public class InventoryCraftResult implements IInventory {
|
||||
return true;
|
||||
}
|
||||
|
||||
public void f() {}
|
||||
public void startOpen() {}
|
||||
|
||||
public void g() {}
|
||||
public void f() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user