Class ServerboundPlaceRecipePacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundPlaceRecipePacket
- All Implemented Interfaces:
 Packet<ServerGamePacketListener>
public class ServerboundPlaceRecipePacket
extends Object
implements Packet<ServerGamePacketListener>
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final ResourceLocationprivate final boolean - 
Constructor Summary
ConstructorsConstructorDescriptionServerboundPlaceRecipePacket(int p_134240_, Recipe<?> p_134241_, boolean p_134242_) ServerboundPlaceRecipePacket(FriendlyByteBuf p_179706_)  - 
Method Summary
Modifier and TypeMethodDescriptionintvoidhandle(ServerGamePacketListener p_134248_) booleanvoidwrite(FriendlyByteBuf p_134251_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable 
- 
Field Details
- 
containerId
private final int containerId - 
recipe
 - 
shiftDown
private final boolean shiftDown 
 - 
 - 
Constructor Details
- 
ServerboundPlaceRecipePacket
 - 
ServerboundPlaceRecipePacket
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ServerGamePacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ServerGamePacketListener>
 - 
getContainerId
public int getContainerId() - 
getRecipe
 - 
isShiftDown
public boolean isShiftDown() 
 -