Update to Minecraft 1.3 beta

This commit is contained in:
Dinnerbone
2011-02-23 02:37:56 +00:00
parent a124bfdab5
commit f759e0b60d
83 changed files with 3182 additions and 3292 deletions

View File

@@ -2,19 +2,19 @@ package net.minecraft.server;
public interface IInventory {
int h_();
int m_();
ItemStack a(int i);
ItemStack c_(int i);
ItemStack b(int i, int j);
ItemStack a(int i, int j);
void a(int i, ItemStack itemstack);
String b();
String c();
int c();
int n_();
void d();
void h();
boolean a_(EntityHuman entityhuman);