Package | Description |
---|---|
buildcraft.lib.delta |
Modifier and Type | Method and Description |
---|---|
static DeltaManager.EnumDeltaMessage |
DeltaManager.EnumDeltaMessage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeltaManager.EnumDeltaMessage[] |
DeltaManager.EnumDeltaMessage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DeltaManager.receiveDeltaData(boolean gui,
DeltaManager.EnumDeltaMessage type,
net.minecraft.network.PacketBuffer buffer) |
void |
DeltaManager.IDeltaMessageSender.sendDeltaMessage(boolean gui,
DeltaManager.EnumDeltaMessage type,
IPayloadWriter writer) |