Updated to Minecraft version 1.4

This commit is contained in:
Dinnerbone
2011-03-31 21:40:00 +01:00
parent 0635f7c1b8
commit 87c36febeb
84 changed files with 1024 additions and 793 deletions

View File

@@ -15,29 +15,29 @@ public class Slot {
this.c = k;
}
public void a() {
this.c();
public void a(ItemStack itemstack) {
this.b();
}
public boolean a(ItemStack itemstack) {
public boolean b(ItemStack itemstack) {
return true;
}
public ItemStack b() {
public ItemStack a() {
return this.e.c_(this.d);
}
public void b(ItemStack itemstack) {
public void c(ItemStack itemstack) {
this.e.a(this.d, itemstack);
this.c();
this.b();
}
public void c() {
this.e.h();
public void b() {
this.e.i();
}
public int d() {
return this.e.n_();
public int c() {
return this.e.r_();
}
public ItemStack a(int i) {
@@ -47,4 +47,8 @@ public class Slot {
public boolean a(IInventory iinventory, int i) {
return iinventory == this.e && i == this.d;
}
public boolean d() {
return false;
}
}