public class CPacketPlaceRecipe extends java.lang.Object implements Packet<INetHandlerPlayServer>
Constructor and Description |
---|
CPacketPlaceRecipe() |
CPacketPlaceRecipe(int p_i47614_1_,
IRecipe p_i47614_2_,
boolean p_i47614_3_) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
getRecipeId() |
int |
getWindowId() |
void |
processPacket(INetHandlerPlayServer handler) |
void |
readPacketData(PacketBuffer buf) |
boolean |
shouldPlaceAll() |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
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 getWindowId()
public ResourceLocation getRecipeId()
public boolean shouldPlaceAll()