Update CraftBukkit to Minecraft 1.3.1

This commit is contained in:
feildmaster
2012-07-29 02:33:13 -05:00
committed by Travis Watkins
parent 08e2923bd4
commit a43d621c01
240 changed files with 10763 additions and 9150 deletions

View File

@@ -52,23 +52,23 @@ public class BlockSign extends BlockContainer {
}
}
public int c() {
public int b() {
return -1;
}
public boolean b() {
public boolean c() {
return false;
}
public boolean b(IBlockAccess iblockaccess, int i, int j, int k) {
public boolean c(IBlockAccess iblockaccess, int i, int j, int k) {
return true;
}
public boolean a() {
public boolean d() {
return false;
}
public TileEntity a_() {
public TileEntity a(World world) {
try {
return (TileEntity) this.a.newInstance();
} catch (Exception exception) {
@@ -109,7 +109,7 @@ public class BlockSign extends BlockContainer {
}
if (flag) {
this.b(world, i, j, k, world.getData(i, j, k), 0);
this.c(world, i, j, k, world.getData(i, j, k), 0);
world.setTypeId(i, j, k, 0);
}