Package | Description |
---|---|
buildcraft.builders.snapshot |
Modifier and Type | Class and Description |
---|---|
class |
Blueprint |
class |
Template |
Modifier and Type | Method and Description |
---|---|
abstract Snapshot |
Snapshot.copy() |
static Snapshot |
Snapshot.create(EnumSnapshotType type) |
abstract Snapshot |
Snapshot.BuildingInfo.getSnapshot() |
Snapshot |
GlobalSavedDataSnapshots.getSnapshot(Snapshot.Key key) |
Snapshot |
ClientSnapshots.getSnapshot(Snapshot.Key key) |
static Snapshot |
Snapshot.readFromNBT(net.minecraft.nbt.NBTTagCompound nbt) |
Modifier and Type | Method and Description |
---|---|
void |
GlobalSavedDataSnapshots.addSnapshot(Snapshot snapshot) |
void |
ClientSnapshots.onSnapshotReceived(Snapshot snapshot) |
void |
ClientSnapshots.renderSnapshot(Snapshot snapshot,
int offsetX,
int offsetY,
int sizeX,
int sizeY) |
void |
FakeWorld.uploadSnapshot(Snapshot snapshot) |
static net.minecraft.nbt.NBTTagCompound |
Snapshot.writeToNBT(Snapshot snapshot) |
Constructor and Description |
---|
MessageSnapshotResponse(Snapshot snapshot) |