public class PacketWorktableRecipeRequest extends ForestryPacket implements IForestryPacketServer
| Modifier and Type | Class and Description |
|---|---|
static class |
PacketWorktableRecipeRequest.Handler |
| Constructor and Description |
|---|
PacketWorktableRecipeRequest(TileWorktable worktable,
MemorizedRecipe recipe) |
| Modifier and Type | Method and Description |
|---|---|
PacketIdServer |
getPacketId() |
protected void |
writeData(PacketBufferForestry data) |
getPacketclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPacketpublic PacketWorktableRecipeRequest(TileWorktable worktable, MemorizedRecipe recipe)
public PacketIdServer getPacketId()
getPacketId in interface IForestryPacketgetPacketId in interface IForestryPacketServerprotected void writeData(PacketBufferForestry data)
writeData in class ForestryPacket