@@ -8,7 +8,7 @@
|
||||
public interface IInventory extends INamableTileEntity {
|
||||
|
||||
int getSize();
|
||||
@@ -31,4 +33,20 @@
|
||||
@@ -31,4 +33,22 @@
|
||||
int g();
|
||||
|
||||
void l();
|
||||
@@ -26,6 +26,8 @@
|
||||
+
|
||||
+ void setMaxStackSize(int size);
|
||||
+
|
||||
+ org.bukkit.Location getLocation();
|
||||
+
|
||||
+ int MAX_STACK = 64;
|
||||
+ // CraftBukkit end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user