Update to Minecraft 1.9

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-03-01 08:32:46 +11:00
parent 2da480a9c8
commit 21d4bf5d1f
305 changed files with 6684 additions and 6105 deletions

View File

@@ -13,12 +13,3 @@
public void a(PacketListenerPlayIn packetlistenerplayin) {
packetlistenerplayin.a(this);
}
@@ -19,8 +25,4 @@
public void b(PacketDataSerializer packetdataserializer) throws IOException {
packetdataserializer.writeByte(this.id);
}
-
- public void a(PacketListener packetlistener) {
- this.a((PacketListenerPlayIn) packetlistener);
- }
}