net.minecraft.network.packet.c2s.play

public class UpdateJigsawC2SPacket

implements Packet<ServerPlayPacketListener>

net.minecraft.network.protocol.game.ServerboundSetJigsawBlockPacket
net.minecraft.class_3753
net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket

Field summary

Modifier and TypeField
public static final PacketCodec<PacketByteBuf, UpdateJigsawC2SPacket>
STREAM_CODEC
field_48220
CODEC
private final BlockPos
pos
field_16565
pos
private final Identifier
name
field_16563
name
private final Identifier
target
field_16566
target
private final Identifier
pool
field_23401
pool
private final String
finalState
field_16564
finalState
private final JigsawBlockEntity$Joint
joint
field_23402
jointType
private final int
selectionPriority
field_46917
selectionPriority
private final int
placementPriority
field_46918
placementPriority

Constructor summary

ModifierConstructor
public (BlockPos pos, Identifier name, Identifier target, Identifier pool, String finalState, JigsawBlockEntity$Joint jointType, int selectionPriority, int placementPriority)
private (PacketByteBuf buf)

Method summary

Modifier and TypeMethod
private void
write(FriendlyByteBuf output)
method_56000(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<UpdateJigsawC2SPacket>
type()
method_65080()
getPacketType()
public void
handle(ServerGamePacketListener listener)
method_16392(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
public BlockPos
getPos()
method_16396()
getPos()
public Identifier
getName()
method_16395()
getName()
public Identifier
getTarget()
method_16394()
getTarget()
public Identifier
getPool()
method_26435()
getPool()
public String
getFinalState()
method_16393()
getFinalState()
public JigsawBlockEntity$Joint
getJoint()
method_26436()
getJointType()
public int
getSelectionPriority()
method_54668()
getSelectionPriority()
public int
getPlacementPriority()
method_54669()
getPlacementPriority()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)