Update CraftBukkit to Minecraft 1.7.2

This commit is contained in:
mbax
2013-11-04 07:07:38 -06:00
committed by Wesley Wolfe
parent ff8b70fbb7
commit 2726696652
349 changed files with 14339 additions and 11287 deletions

View File

@@ -9,12 +9,12 @@ public class BlockEnderPortal extends BlockContainer {
public static boolean a;
protected BlockEnderPortal(int i, Material material) {
super(i, material);
protected BlockEnderPortal(Material material) {
super(material);
this.a(1.0F);
}
public TileEntity b(World world) {
public TileEntity a(World world, int i) {
return new TileEntityEnderPortal();
}
@@ -30,7 +30,7 @@ public class BlockEnderPortal extends BlockContainer {
return false;
}
public boolean b() {
public boolean d() {
return false;
}
@@ -48,7 +48,7 @@ public class BlockEnderPortal extends BlockContainer {
}
}
public int d() {
public int b() {
return -1;
}
@@ -59,4 +59,8 @@ public class BlockEnderPortal extends BlockContainer {
}
}
}
public MaterialMapColor f(int i) {
return MaterialMapColor.J;
}
}