public class SPacketPlaceGhostRecipe extends java.lang.Object implements Packet<INetHandlerPlayClient>
Constructor and Description |
---|
SPacketPlaceGhostRecipe() |
SPacketPlaceGhostRecipe(int p_i47615_1_,
IRecipe p_i47615_2_) |
Modifier and Type | Method and Description |
---|---|
int |
func_194313_b() |
ResourceLocation |
func_199615_a() |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
public SPacketPlaceGhostRecipe()
public SPacketPlaceGhostRecipe(int p_i47615_1_, IRecipe p_i47615_2_)
public ResourceLocation func_199615_a()
public int func_194313_b()
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public void processPacket(INetHandlerPlayClient handler)
processPacket
in interface Packet<INetHandlerPlayClient>