Class SPlaceGhostRecipePacket
- java.lang.Object
-
- net.minecraft.network.play.server.SPlaceGhostRecipePacket
-
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
public class SPlaceGhostRecipePacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
-
-
Field Summary
Fields Modifier and Type Field Description private intcontainerIdprivate ResourceLocationrecipe
-
Constructor Summary
Constructors Constructor Description SPlaceGhostRecipePacket()SPlaceGhostRecipePacket(int p_i47615_1_, IRecipe<?> p_i47615_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetContainerId()ResourceLocationgetRecipe()voidhandle(IClientPlayNetHandler p_148833_1_)voidread(PacketBuffer p_148837_1_)voidwrite(PacketBuffer p_148840_1_)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.network.IPacket
isSkippable
-
-
-
-
Field Detail
-
containerId
private int containerId
-
recipe
private ResourceLocation recipe
-
-
Constructor Detail
-
SPlaceGhostRecipePacket
public SPlaceGhostRecipePacket()
-
SPlaceGhostRecipePacket
public SPlaceGhostRecipePacket(int p_i47615_1_, IRecipe<?> p_i47615_2_)
-
-
Method Detail
-
getRecipe
public ResourceLocation getRecipe()
-
getContainerId
public int getContainerId()
-
read
public void read(PacketBuffer p_148837_1_) throws java.io.IOException
- Specified by:
readin interfaceIPacket<IClientPlayNetHandler>- Throws:
java.io.IOException
-
write
public void write(PacketBuffer p_148840_1_) throws java.io.IOException
- Specified by:
writein interfaceIPacket<IClientPlayNetHandler>- Throws:
java.io.IOException
-
handle
public void handle(IClientPlayNetHandler p_148833_1_)
- Specified by:
handlein interfaceIPacket<IClientPlayNetHandler>
-
-