Update CraftBukkit to Minecraft 1.4.6
This commit is contained in:
@@ -172,7 +172,7 @@ public abstract class Packet {
|
||||
|
||||
public abstract void a(DataOutputStream dataoutputstream) throws IOException; // CraftBukkit - throws IOException
|
||||
|
||||
public abstract void handle(NetHandler nethandler);
|
||||
public abstract void handle(Connection connection);
|
||||
|
||||
public abstract int a();
|
||||
|
||||
@@ -267,12 +267,11 @@ public abstract class Packet {
|
||||
a(13, true, true, Packet13PlayerLookMove.class);
|
||||
a(14, false, true, Packet14BlockDig.class);
|
||||
a(15, false, true, Packet15Place.class);
|
||||
a(16, false, true, Packet16BlockItemSwitch.class);
|
||||
a(16, true, true, Packet16BlockItemSwitch.class);
|
||||
a(17, true, false, Packet17EntityLocationAction.class);
|
||||
a(18, true, true, Packet18ArmAnimation.class);
|
||||
a(19, false, true, Packet19EntityAction.class);
|
||||
a(20, true, false, Packet20NamedEntitySpawn.class);
|
||||
a(21, true, false, Packet21PickupSpawn.class);
|
||||
a(22, true, false, Packet22Collect.class);
|
||||
a(23, true, false, Packet23VehicleSpawn.class);
|
||||
a(24, true, false, Packet24MobSpawn.class);
|
||||
|
||||
Reference in New Issue
Block a user