mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
Update for Minecraft 1.8
This commit is contained in:
@@ -16,7 +16,11 @@ public interface IInventory {
|
||||
|
||||
void update();
|
||||
|
||||
boolean a_(EntityHuman entityhuman);
|
||||
boolean a(EntityHuman entityhuman);
|
||||
|
||||
void e();
|
||||
|
||||
void t_();
|
||||
|
||||
public abstract ItemStack[] getContents(); // CraftBukkit
|
||||
}
|
||||
|
Reference in New Issue
Block a user