Class CPlaceRecipePacket
- java.lang.Object
-
- net.minecraft.network.play.client.CPlaceRecipePacket
-
- All Implemented Interfaces:
IPacket<IServerPlayNetHandler>
public class CPlaceRecipePacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
-
-
Field Summary
Fields Modifier and Type Field Description private intcontainerIdprivate ResourceLocationrecipeprivate booleanshiftDown
-
Constructor Summary
Constructors Constructor Description CPlaceRecipePacket()CPlaceRecipePacket(int p_i47614_1_, IRecipe<?> p_i47614_2_, boolean p_i47614_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetContainerId()ResourceLocationgetRecipe()voidhandle(IServerPlayNetHandler p_148833_1_)booleanisShiftDown()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
-
shiftDown
private boolean shiftDown
-
-
Constructor Detail
-
CPlaceRecipePacket
public CPlaceRecipePacket()
-
CPlaceRecipePacket
public CPlaceRecipePacket(int p_i47614_1_, IRecipe<?> p_i47614_2_, boolean p_i47614_3_)
-
-
Method Detail
-
read
public void read(PacketBuffer p_148837_1_) throws java.io.IOException
- Specified by:
readin interfaceIPacket<IServerPlayNetHandler>- Throws:
java.io.IOException
-
write
public void write(PacketBuffer p_148840_1_) throws java.io.IOException
- Specified by:
writein interfaceIPacket<IServerPlayNetHandler>- Throws:
java.io.IOException
-
handle
public void handle(IServerPlayNetHandler p_148833_1_)
- Specified by:
handlein interfaceIPacket<IServerPlayNetHandler>
-
getContainerId
public int getContainerId()
-
getRecipe
public ResourceLocation getRecipe()
-
isShiftDown
public boolean isShiftDown()
-
-