public class ItemStacks extends java.lang.Object implements java.lang.Comparable<ItemStacks>
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
damageSensitive |
protected int |
height |
protected int |
length |
protected net.minecraft.item.ItemStack[] |
materials |
protected java.lang.String |
name |
protected boolean |
nbtSensitive |
protected boolean |
oreDic |
protected boolean |
raw |
protected int |
size |
| 构造器和说明 |
|---|
ItemStacks(net.minecraft.item.ItemStack... materials) |
ItemStacks(java.lang.String name,
int length,
int height,
net.minecraft.item.ItemStack... materials) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(ItemStacks o) |
ItemStacks |
damageSensitive() |
ItemStacks |
nbtSensitive() |
int |
size() |
protected java.lang.String name
protected net.minecraft.item.ItemStack[] materials
protected int size
protected int length
protected int height
protected boolean damageSensitive
protected boolean nbtSensitive
protected boolean raw
protected boolean oreDic
public ItemStacks(java.lang.String name,
int length,
int height,
net.minecraft.item.ItemStack... materials)
public ItemStacks(net.minecraft.item.ItemStack... materials)
public ItemStacks damageSensitive()
public ItemStacks nbtSensitive()
public int size()
public int compareTo(ItemStacks o)
compareTo 在接口中 java.lang.Comparable<ItemStacks>