public class CPacketPlaceRecipe extends java.lang.Object implements Packet<INetHandlerPlayServer>
Modifier and Type | Field and Description |
---|---|
private int |
field_194320_a |
private IRecipe |
field_194321_b |
private boolean |
field_194322_c |
Constructor and Description |
---|
CPacketPlaceRecipe() |
CPacketPlaceRecipe(int p_i47614_1_,
IRecipe p_i47614_2_,
boolean p_i47614_3_) |
Modifier and Type | Method and Description |
---|---|
IRecipe |
func_194317_b() |
int |
func_194318_a() |
boolean |
func_194319_c() |
void |
processPacket(INetHandlerPlayServer handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
private int field_194320_a
private IRecipe field_194321_b
private boolean field_194322_c
public CPacketPlaceRecipe()
public CPacketPlaceRecipe(int p_i47614_1_, IRecipe p_i47614_2_, boolean p_i47614_3_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayServer>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayServer>
java.io.IOException
public void processPacket(INetHandlerPlayServer handler)
processPacket
in interface Packet<INetHandlerPlayServer>
public int func_194318_a()
public IRecipe func_194317_b()
public boolean func_194319_c()