Package | Description |
---|---|
buildcraft.api.transport.pipe | |
buildcraft.transport.tile |
Modifier and Type | Field and Description |
---|---|
static IPipeHolder.PipeMessageReceiver[] |
IPipeHolder.PipeMessageReceiver.PLUGGABLES |
static IPipeHolder.PipeMessageReceiver[] |
IPipeHolder.PipeMessageReceiver.VALUES |
Modifier and Type | Method and Description |
---|---|
static IPipeHolder.PipeMessageReceiver |
IPipeHolder.PipeMessageReceiver.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPipeHolder.PipeMessageReceiver[] |
IPipeHolder.PipeMessageReceiver.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IPipeHolder.scheduleNetworkGuiUpdate(IPipeHolder.PipeMessageReceiver... parts)
Schedules a GUI network update, that is only the players who currently have a pipe element open in a GUI will be
updated.
|
void |
IPipeHolder.scheduleNetworkUpdate(IPipeHolder.PipeMessageReceiver... parts) |
void |
IPipeHolder.sendGuiMessage(IPipeHolder.PipeMessageReceiver to,
IPipeHolder.IWriter writer) |
void |
IPipeHolder.sendMessage(IPipeHolder.PipeMessageReceiver to,
IPipeHolder.IWriter writer)
Sends a custom message from a pluggable or pipe centre to the server/client (depending on which side this is
currently on).
|
Modifier and Type | Method and Description |
---|---|
void |
TilePipeHolder.scheduleNetworkGuiUpdate(IPipeHolder.PipeMessageReceiver... parts) |
void |
TilePipeHolder.scheduleNetworkUpdate(IPipeHolder.PipeMessageReceiver... parts) |
void |
TilePipeHolder.sendGuiMessage(IPipeHolder.PipeMessageReceiver to,
IPipeHolder.IWriter writer) |
void |
TilePipeHolder.sendMessage(IPipeHolder.PipeMessageReceiver to,
IPipeHolder.IWriter writer) |