public class SPlaceGhostRecipePacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
| Modifier and Type | Field and Description |
|---|---|
private ResourceLocation |
recipe |
private int |
windowId |
| Constructor and Description |
|---|
SPlaceGhostRecipePacket() |
SPlaceGhostRecipePacket(int p_i47615_1_,
IRecipe<?> p_i47615_2_) |
| Modifier and Type | Method and Description |
|---|---|
ResourceLocation |
getRecipeId() |
int |
getWindowId() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorsprivate int windowId
private ResourceLocation recipe
public SPlaceGhostRecipePacket()
public SPlaceGhostRecipePacket(int p_i47615_1_,
IRecipe<?> p_i47615_2_)
public ResourceLocation getRecipeId()
public int getWindowId()
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void processPacket(IClientPlayNetHandler handler)
processPacket in interface IPacket<IClientPlayNetHandler>