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, waitshouldSkipErrorspublic 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.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic void processPacket(INetHandlerPlayClient handler)
processPacket in interface Packet<INetHandlerPlayClient>