mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Updated to Minecraft version 1.4
This commit is contained in:
@@ -2,7 +2,7 @@ package net.minecraft.server;
|
||||
|
||||
public interface IInventory {
|
||||
|
||||
int m_();
|
||||
int q_();
|
||||
|
||||
ItemStack c_(int i);
|
||||
|
||||
@@ -12,9 +12,9 @@ public interface IInventory {
|
||||
|
||||
String c();
|
||||
|
||||
int n_();
|
||||
int r_();
|
||||
|
||||
void h();
|
||||
void i();
|
||||
|
||||
boolean a_(EntityHuman entityhuman);
|
||||
|
||||
|
Reference in New Issue
Block a user