net.minecraft.network.packet.c2s.play

public class StructureBlockC2SPacket

implements Packet<ServerPlayPacketHandler>

nn
net.minecraft.class_4393
net.minecraft.network.packet.c2s.play.StructureBlockC2SPacket
net.minecraft.network.play.client.CPacketUpdateStructureBlock
net.minecraft.network.play.client.CPacketUpdateStructureBlock

Field summary

Modifier and TypeField
private BlockPos
a
field_21627
pos
field_210391_a
pos
private StructureBlockEntity$UpdateType
b
field_21628
type
field_210392_b
field_210392_b
private StructureBlockMode
c
field_21629
mode
field_210393_c
mode
private String
d
field_21630
name
field_210394_d
name
private BlockPos
e
field_21631
offset
field_210395_e
field_210395_e
private BlockPos
f
field_21632
size
field_210396_f
size
private BlockMirror
g
field_21633
mirror
field_210397_g
mirror
private BlockRotation
h
field_21634
rotation
field_210398_h
rotation
private String
i
field_21635
data
field_210399_i
field_210399_i
private boolean
j
field_21636
ignoreEntities
field_210400_j
field_210400_j
private boolean
k
field_21637
showAir
field_210401_k
field_210401_k
private boolean
l
field_21638
showBounds
field_210402_l
field_210402_l
private float
m
field_21639
integrity
field_210403_m
integrity
private long
n
field_21640
seed
field_210404_n
seed

Constructor summary

ModifierConstructor
public ()
public (BlockPos pos, StructureBlockEntity$UpdateType type, StructureBlockMode mode, String name, BlockPos offset, BlockPos size, BlockMirror mirror, BlockRotation rotation, String data, boolean ignoreEntities, boolean showAir, boolean showBounds, float integrity, long seed)

Method summary

Modifier and TypeMethod
public void
a(hy arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
public void
b(hy arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public void
a(me arg0)
method_20368(class_2050 arg0)
handle(ServerPlayPacketHandler handler)
func_148833_a(INetHandlerPlayServer arg0)
processPacket(INetHandlerPlayServer handler)
public BlockPos
b()
method_20369()
getPos()
func_210380_a()
getPos()
public StructureBlockEntity$UpdateType
c()
method_20370()
getType()
func_210384_b()
func_210384_b()
public StructureBlockMode
d()
method_20371()
getMode()
func_210378_c()
getMode()
public String
e()
method_20372()
getName()
func_210377_d()
getName()
public BlockPos
f()
method_20373()
getOffset()
func_210383_e()
getPosition()
public BlockPos
g()
method_20374()
getSize()
func_210385_f()
getSize()
public BlockMirror
h()
method_20375()
getMirror()
func_210386_g()
getMirror()
public BlockRotation
i()
method_20376()
getRotation()
func_210379_h()
getRotation()
public String
j()
method_20377()
getData()
func_210388_i()
getMetadata()
public boolean
k()
method_20378()
getIgnoreEntities()
func_210389_j()
shouldIgnoreEntities()
public boolean
l()
method_20379()
getShowAir()
func_210390_k()
shouldShowAir()
public boolean
m()
method_20380()
getShowBounds()
func_210387_l()
shouldShowBoundingBox()
public float
n()
method_20381()
getIntegrity()
func_210382_m()
getIntegrity()
public long
o()
method_20382()
getSeed()
func_210381_n()
getSeed()