net.minecraft.network.packet.c2s.play

public class UpdateJigsawC2SPacket

implements Packet<ServerPlayPacketListener>

net.minecraft.network.protocol.game.ServerboundSetJigsawBlockPacket
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
STREAM_CODEC
field_48220
CODEC
private final BlockPos
pos
pos
field_16565
pos
private final Identifier
name
name
field_16563
name
private final Identifier
target
target
field_16566
target
private final Identifier
pool
pool
field_23401
pool
private final String
finalState
finalState
field_16564
finalState
private final JigsawBlockEntity$Joint
joint
joint
field_23402
jointType
private final int
selectionPriority
selectionPriority
field_46917
selectionPriority
private final int
placementPriority
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)
write(FriendlyByteBuf output)
method_56000(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<UpdateJigsawC2SPacket>
type()
type()
method_65080()
getPacketType()
public void
handle(ServerGamePacketListener listener)
handle(ServerGamePacketListener listener)
method_16392(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
public BlockPos
getPos()
getPos()
method_16396()
getPos()
public Identifier
getName()
getName()
method_16395()
getName()
public Identifier
getTarget()
getTarget()
method_16394()
getTarget()
public Identifier
getPool()
getPool()
method_26435()
getPool()
public String
getFinalState()
getFinalState()
method_16393()
getFinalState()
public JigsawBlockEntity$Joint
getJoint()
getJoint()
method_26436()
getJointType()
public int
getSelectionPriority()
getSelectionPriority()
method_54668()
getSelectionPriority()
public int
getPlacementPriority()
getPlacementPriority()
method_54669()
getPlacementPriority()