Update to Minecraft 1.10
By: md_5 <git@md-5.net>
This commit is contained in:
parent
604d9373c0
commit
a39b7e5f3a
161 changed files with 1176 additions and 1147 deletions
|
@ -9,7 +9,7 @@
|
|||
public class PacketDataSerializer extends ByteBuf {
|
||||
|
||||
private final ByteBuf a;
|
||||
@@ -120,7 +122,7 @@
|
||||
@@ -128,7 +130,7 @@
|
||||
}
|
||||
|
||||
public <T extends Enum<T>> T a(Class<T> oclass) {
|
||||
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
|
||||
public PacketDataSerializer a(Enum<?> oenum) {
|
||||
@@ -197,7 +199,7 @@
|
||||
@@ -205,7 +207,7 @@
|
||||
} else {
|
||||
try {
|
||||
NBTCompressedStreamTools.a(nbttagcompound, (DataOutput) (new ByteBufOutputStream(this)));
|
||||
|
@ -27,7 +27,7 @@
|
|||
throw new EncoderException(ioexception);
|
||||
}
|
||||
}
|
||||
@@ -224,7 +226,7 @@
|
||||
@@ -232,7 +234,7 @@
|
||||
}
|
||||
|
||||
public PacketDataSerializer a(@Nullable ItemStack itemstack) {
|
||||
|
@ -36,7 +36,7 @@
|
|||
this.writeShort(-1);
|
||||
} else {
|
||||
this.writeShort(Item.getId(itemstack.getItem()));
|
||||
@@ -253,6 +255,11 @@
|
||||
@@ -261,6 +263,11 @@
|
||||
|
||||
itemstack = new ItemStack(Item.getById(short0), b0, short1);
|
||||
itemstack.setTag(this.j());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue