net.minecraft.network.protocol.game

public class ServerboundSetStructureBlockPacket

implements Packet<ServerGamePacketListener>

aio
net.minecraft.network.protocol.game.ServerboundSetStructureBlockPacket
net.minecraft.class_2875
net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
net.minecraft.src.C_5194_
net.minecraft.network.protocol.game.PacketPlayInStruct

Field summary

Modifier and TypeField
public static final StreamCodec<FriendlyByteBuf, ServerboundSetStructureBlockPacket>
a
STREAM_CODEC
field_48221
CODEC
f_313925_
private static final int
b
FLAG_IGNORE_ENTITIES
field_33368
IGNORE_ENTITIES_MASK
f_179767_
private static final int
c
FLAG_SHOW_AIR
field_33369
SHOW_AIR_MASK
f_179768_
private static final int
d
FLAG_SHOW_BOUNDING_BOX
field_33370
SHOW_BOUNDING_BOX_MASK
f_179769_
private final BlockPos
e
pos
field_13093
pos
f_134593_
private final StructureBlockEntity$UpdateType
f
updateType
field_13082
action
f_134594_
private final StructureMode
g
mode
field_13084
mode
f_134595_
private final String
h
name
field_13080
templateName
f_134596_
private final BlockPos
i
offset
field_13091
offset
f_134597_
private final Vec3i
j
size
field_13083
size
f_134598_
private final Mirror
k
mirror
field_13081
mirror
f_134599_
private final Rotation
l
rotation
field_13088
rotation
f_134600_
private final String
m
data
field_13085
metadata
f_134601_
private final boolean
n
ignoreEntities
field_13089
ignoreEntities
f_134602_
private final boolean
o
showAir
field_13087
showAir
f_134603_
private final boolean
p
showBoundingBox
field_13086
showBoundingBox
f_134604_
private final float
q
integrity
field_13090
integrity
f_134605_
private final long
r
seed
field_13092
seed
f_134606_

Constructor summary

ModifierConstructor
public (BlockPos pos, StructureBlockEntity$UpdateType action, StructureMode mode, String templateName, BlockPos offset, Vec3i size, Mirror mirror, Rotation rotation, String metadata, boolean ignoreEntities, boolean showAir, boolean showBoundingBox, float integrity, long seed)
private (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
private void
a(wm arg0)
write(FriendlyByteBuf arg0)
method_56001(class_2540 arg0)
write(PacketByteBuf buf)
m_134630_(C_4983_ arg0)
public PacketType<ServerboundSetStructureBlockPacket>
a()
type()
method_55846()
getPacketId()
m_5779_()
public void
a(agw arg0)
handle(ServerGamePacketListener arg0)
method_12495(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
m_5797_(C_5145_ arg0)
public BlockPos
b()
getPos()
method_12499()
getPos()
m_134629_()
public StructureBlockEntity$UpdateType
e()
getUpdateType()
method_12500()
getAction()
m_134632_()
public StructureMode
f()
getMode()
method_12504()
getMode()
m_134633_()
public String
g()
getName()
method_12502()
getTemplateName()
m_134634_()
public BlockPos
h()
getOffset()
method_12496()
getOffset()
m_134635_()
public Vec3i
i()
getSize()
method_12492()
getSize()
m_179787_()
public Mirror
j()
getMirror()
method_12493()
getMirror()
m_134637_()
public Rotation
k()
getRotation()
method_12498()
getRotation()
m_134638_()
public String
l()
getData()
method_12501()
getMetadata()
m_134639_()
public boolean
m()
isIgnoreEntities()
method_12506()
shouldIgnoreEntities()
m_134640_()
public boolean
n()
isShowAir()
method_12503()
shouldShowAir()
m_134641_()
public boolean
o()
isShowBoundingBox()
method_12505()
shouldShowBoundingBox()
m_134642_()
public float
p()
getIntegrity()
method_12494()
getIntegrity()
m_134643_()
public long
q()
getSeed()
method_12497()
getSeed()
m_134644_()