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
Modifier and TypeFieldDescriptionprivate final int
private final ResourceLocation
private final boolean
-
Constructor Summary
ConstructorDescriptionServerboundPlaceRecipePacket
(int p_134240_, Recipe<?> p_134241_, boolean p_134242_) ServerboundPlaceRecipePacket
(FriendlyByteBuf p_179706_) -
Method Summary
Modifier and TypeMethodDescriptionint
void
handle
(ServerGamePacketListener p_134248_) boolean
void
write
(FriendlyByteBuf p_134251_) 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.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:
write
in interfacePacket<ServerGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ServerGamePacketListener>
-
getContainerId
public int getContainerId() -
getRecipe
-
isShiftDown
public boolean isShiftDown()
-