@@ -387,7 +387,7 @@ public Item getItemStackInHand() {
387387 public Location getRespawnLocation () {
388388 Location spawn = etc .getServer ().getDefaultWorld ().getSpawnLocation ();
389389 // SRG OChunkCoordinates loc = getEntity().func_70997_bJ();
390- OChunkCoordinates loc = getEntity ().bE ();
390+ OChunkCoordinates loc = getEntity ().bF ();
391391 if (loc != null ) {
392392 // SRG spawn = new Location(etc.getServer().getDefaultWorld(), loc.field_71574_a, loc.field_71572_b, loc.field_71573_c);
393393 spawn = new Location (etc .getServer ().getDefaultWorld (), loc .a , loc .b , loc .c );
@@ -401,7 +401,7 @@ public Location getRespawnLocation() {
401401 */
402402 public int getScore () {
403403 // SRG return getEntity().func_71037_bA();
404- return getEntity ().bv ();
404+ return getEntity ().bw ();
405405 }
406406
407407 /**
@@ -439,7 +439,7 @@ public float getXPBarProgress() {
439439 */
440440 public int getXPBarMax () {
441441 // SRG return getEntity().func_71050_bK();
442- return getEntity ().bG ();
442+ return getEntity ().bH ();
443443 }
444444
445445 /**
@@ -657,6 +657,6 @@ public void setInventory() {
657657 */
658658 public EnderChestInventory getEnderChest () {
659659 // SRG return new EnderChestInventory(getEntity().func_71005_bN(), this);
660- return new EnderChestInventory (getEntity ().bJ (), this );
660+ return new EnderChestInventory (getEntity ().bK (), this );
661661 }
662662}
0 commit comments