summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/InventoryCrafting.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/net/minecraft/server/InventoryCrafting.java')
-rw-r--r--src/main/java/net/minecraft/server/InventoryCrafting.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/net/minecraft/server/InventoryCrafting.java b/src/main/java/net/minecraft/server/InventoryCrafting.java
index 67dd7ffc..5f0bae2e 100644
--- a/src/main/java/net/minecraft/server/InventoryCrafting.java
+++ b/src/main/java/net/minecraft/server/InventoryCrafting.java
@@ -20,12 +20,12 @@ public class InventoryCrafting implements IInventory {
this.b = i;
}
- public int m_() {
+ public int q_() {
return this.a.length;
}
public ItemStack c_(int i) {
- return i >= this.m_() ? null : this.a[i];
+ return i >= this.q_() ? null : this.a[i];
}
public ItemStack b(int i, int j) {
@@ -70,11 +70,11 @@ public class InventoryCrafting implements IInventory {
this.c.a((IInventory) this);
}
- public int n_() {
+ public int r_() {
return 64;
}
- public void h() {}
+ public void i() {}
public boolean a_(EntityHuman entityhuman) {
return true;