net.minecraft.network.protocol.game

public class ServerboundSetJigsawBlockPacket

implements Packet<ServerGamePacketListener>

ahz
net.minecraft.network.protocol.game.ServerboundSetJigsawBlockPacket
net.minecraft.class_3753
net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
net.minecraft.src.C_5193_
net.minecraft.network.protocol.game.PacketPlayInSetJigsaw

Field summary

Modifier and TypeField
public static final StreamCodec<FriendlyByteBuf, ServerboundSetJigsawBlockPacket>
a
STREAM_CODEC
field_48220
CODEC
f_316452_
private final BlockPos
b
pos
field_16565
pos
f_134565_
private final ResourceLocation
c
name
field_16563
name
f_134566_
private final ResourceLocation
d
target
field_16566
target
f_134567_
private final ResourceLocation
e
pool
field_23401
pool
f_134568_
private final String
f
finalState
field_16564
finalState
f_134569_
private final JigsawBlockEntity$JointType
g
joint
field_23402
jointType
f_134570_
private final int
h
selectionPriority
field_46917
selectionPriority
f_303867_
private final int
i
placementPriority
field_46918
placementPriority
f_303292_

Constructor summary

ModifierConstructor
public (BlockPos pos, ResourceLocation name, ResourceLocation target, ResourceLocation pool, String finalState, JigsawBlockEntity$JointType jointType, int selectionPriority, int placementPriority)
private (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
private void
a(vw arg0)
write(FriendlyByteBuf arg0)
method_56000(class_2540 arg0)
write(PacketByteBuf buf)
m_134586_(C_4983_ arg0)
public PacketType<ServerboundSetJigsawBlockPacket>
a()
type()
method_55846()
getPacketId()
m_5779_()
public void
a(agi arg0)
handle(ServerGamePacketListener arg0)
method_16392(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
m_5797_(C_5145_ arg0)
public BlockPos
b()
getPos()
method_16396()
getPos()
m_134585_()
public ResourceLocation
e()
getName()
method_16395()
getName()
m_134588_()
public ResourceLocation
f()
getTarget()
method_16394()
getTarget()
m_134589_()
public ResourceLocation
g()
getPool()
method_26435()
getPool()
m_134590_()
public String
h()
getFinalState()
method_16393()
getFinalState()
m_134591_()
public JigsawBlockEntity$JointType
i()
getJoint()
method_26436()
getJointType()
m_134592_()
public int
j()
getSelectionPriority()
method_54668()
getSelectionPriority()
m_305292_()
public int
k()
getPlacementPriority()
method_54669()
getPlacementPriority()
m_307441_()