Tile Saving
This commit is contained in:
@@ -6,6 +6,8 @@ import net.minecraft.item.ItemStack;
|
||||
public interface IAEAppEngInventory
|
||||
{
|
||||
|
||||
void saveChanges();
|
||||
|
||||
void onChangeInventory(IInventory inv, int slot, InvOperation mc, ItemStack removedStack, ItemStack newStack);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user