mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
Update CraftBukkit to Minecraft 1.5
This commit is contained in:
@@ -37,9 +37,9 @@ public class ContainerBeacon extends Container {
|
||||
this.a(new Slot(playerinventory, i, b0 + i * 18, 58 + short1));
|
||||
}
|
||||
|
||||
this.g = tileentitybeacon.k();
|
||||
this.h = tileentitybeacon.i();
|
||||
this.i = tileentitybeacon.j();
|
||||
this.g = tileentitybeacon.l();
|
||||
this.h = tileentitybeacon.j();
|
||||
this.i = tileentitybeacon.k();
|
||||
}
|
||||
|
||||
public void addSlotListener(ICrafting icrafting) {
|
||||
@@ -53,13 +53,13 @@ public class ContainerBeacon extends Container {
|
||||
super.b();
|
||||
}
|
||||
|
||||
public TileEntityBeacon d() {
|
||||
public TileEntityBeacon e() {
|
||||
return this.a;
|
||||
}
|
||||
|
||||
public boolean a(EntityHuman entityhuman) {
|
||||
if (!this.checkReachable) return true; // CraftBukkit
|
||||
return this.a.a_(entityhuman);
|
||||
return this.a.a(entityhuman);
|
||||
}
|
||||
|
||||
public ItemStack b(EntityHuman entityhuman, int i) {
|
||||
|
Reference in New Issue
Block a user