net.minecraft.network.protocol.game

public class ServerboundSetJigsawBlockPacket

implements Packet<ServerGamePacketListener>

aja
net.minecraft.network.protocol.game.ServerboundSetJigsawBlockPacket
net.minecraft.class_3753

Field summary

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

Constructor summary

ModifierConstructor
public (BlockPos arg0, ResourceLocation arg1, ResourceLocation arg2, ResourceLocation arg3, String arg4, JigsawBlockEntity$JointType arg5, int arg6, int arg7)
private (FriendlyByteBuf arg0)

Method summary

Modifier and TypeMethod
private void
a(wc arg0)
write(FriendlyByteBuf arg0)
method_56000(class_2540 arg0)
public PacketType<ServerboundSetJigsawBlockPacket>
a()
type()
method_65080()
public void
a(ahf arg0)
handle(ServerGamePacketListener arg0)
method_16392(class_2792 arg0)
public BlockPos
b()
getPos()
method_16396()
public ResourceLocation
e()
getName()
method_16395()
public ResourceLocation
f()
getTarget()
method_16394()
public ResourceLocation
g()
getPool()
method_26435()
public String
h()
getFinalState()
method_16393()
public JigsawBlockEntity$JointType
i()
getJoint()
method_26436()
public int
j()
getSelectionPriority()
method_54668()
public int
k()
getPlacementPriority()
method_54669()