Package | Description |
---|---|
buildcraft.builders.item |
Modifier and Type | Method and Description |
---|---|
static ItemSnapshot.EnumItemSnapshotType |
ItemSnapshot.EnumItemSnapshotType.get(EnumSnapshotType snapshotType,
boolean used) |
static ItemSnapshot.EnumItemSnapshotType |
ItemSnapshot.EnumItemSnapshotType.getFromStack(net.minecraft.item.ItemStack stack) |
static ItemSnapshot.EnumItemSnapshotType |
ItemSnapshot.EnumItemSnapshotType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemSnapshot.EnumItemSnapshotType[] |
ItemSnapshot.EnumItemSnapshotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|