Update CraftBukkit to Minecraft 1.4.6
This commit is contained in:
@@ -85,7 +85,7 @@ public class CraftContainer extends Container {
|
||||
setupSlots(top, bottom);
|
||||
}
|
||||
int size = getSize();
|
||||
player.getHandle().netServerHandler.sendPacket(new Packet100OpenWindow(this.windowId, type, cachedTitle, size));
|
||||
player.getHandle().playerConnection.sendPacket(new Packet100OpenWindow(this.windowId, type, cachedTitle, size));
|
||||
player.updateInventory();
|
||||
}
|
||||
return true;
|
||||
|
||||
@@ -36,8 +36,8 @@ import com.google.common.collect.ImmutableMap;
|
||||
* <li> void applyToItem(NBTTagCompound tag)
|
||||
* <li> boolean applicableTo(Material type)
|
||||
* <br><br>
|
||||
* <li> boolean notUncommon(CraftMetaItem meta)
|
||||
* <li> boolean equalsCommon(CraftMetaItem meta)
|
||||
* <li> boolean notUncommon(CraftMetaItem meta)
|
||||
* <br><br>
|
||||
* <li> boolean isEmpty()
|
||||
* <li> boolean is{Type}Empty()
|
||||
|
||||
Reference in New Issue
Block a user