Package | Description |
---|---|
buildcraft.api.enums |
Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team http://www.mod-buildcraft.com
The BuildCraft API is distributed under the terms of the MIT License.
|
buildcraft.builders.item | |
buildcraft.builders.snapshot | |
buildcraft.builders.tile |
Modifier and Type | Field and Description |
---|---|
EnumSnapshotType |
EnumOptionalSnapshotType.type |
Modifier and Type | Method and Description |
---|---|
static EnumSnapshotType |
EnumSnapshotType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumSnapshotType[] |
EnumSnapshotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumOptionalSnapshotType |
EnumOptionalSnapshotType.fromNullable(EnumSnapshotType type) |
Modifier and Type | Field and Description |
---|---|
EnumSnapshotType |
ItemSnapshot.EnumItemSnapshotType.snapshotType |
Modifier and Type | Method and Description |
---|---|
static ItemSnapshot.EnumItemSnapshotType |
ItemSnapshot.EnumItemSnapshotType.get(EnumSnapshotType snapshotType,
boolean used) |
net.minecraft.item.ItemStack |
ItemSnapshot.getClean(EnumSnapshotType snapshotType) |
net.minecraft.item.ItemStack |
ItemSnapshot.getUsed(EnumSnapshotType snapshotType,
Snapshot.Header header) |
Modifier and Type | Method and Description |
---|---|
EnumSnapshotType |
Blueprint.getType() |
abstract EnumSnapshotType |
Snapshot.getType() |
EnumSnapshotType |
Template.getType() |
Modifier and Type | Method and Description |
---|---|
static Snapshot |
Snapshot.create(EnumSnapshotType type) |
Modifier and Type | Field and Description |
---|---|
EnumSnapshotType |
TileBuilder.snapshotType |