Updated to rename revision 02
This commit is contained in:
@@ -2,11 +2,11 @@ package net.minecraft.server;
|
||||
|
||||
public class ContainerEnchantTableInventory extends ContainerEnchantTableSubcontainer { // CraftBukkit -> public
|
||||
|
||||
public final ContainerEnchantTable a; // CraftBukkit -> public
|
||||
public final ContainerEnchantTable enchantTable; // CraftBukkit -> public
|
||||
|
||||
ContainerEnchantTableInventory(ContainerEnchantTable containerenchanttable, String s, int i) {
|
||||
super(s, i);
|
||||
this.a = containerenchanttable;
|
||||
this.enchantTable = containerenchanttable;
|
||||
}
|
||||
|
||||
public int getMaxStackSize() {
|
||||
@@ -15,6 +15,6 @@ public class ContainerEnchantTableInventory extends ContainerEnchantTableSubcont
|
||||
|
||||
public void update() {
|
||||
super.update();
|
||||
this.a.a((IInventory) this);
|
||||
this.enchantTable.a((IInventory) this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user