net.minecraft.network.packet.c2s.play

public class StructureBlockC2SPacket

implements Packet<ServerPlayPacketHandler>

pd
net.minecraft.class_2875
net.minecraft.network.packet.c2s.play.StructureBlockC2SPacket
net.minecraft.network.play.client.CUpdateStructureBlockPacket
net.minecraft.network.play.client.CUpdateStructureBlockPacket

Field summary

Modifier and TypeField
private BlockPos
a
field_13093
pos
field_210391_a
field_210391_a
private StructureBlockEntity$UpdateType
b
field_13082
type
field_210392_b
field_210392_b
private StructureBlockMode
c
field_13084
mode
field_210393_c
field_210393_c
private String
d
field_13080
name
field_210394_d
field_210394_d
private BlockPos
e
field_13091
offset
field_210395_e
field_210395_e
private BlockPos
f
field_13083
size
field_210396_f
field_210396_f
private BlockMirror
g
field_13081
mirror
field_210397_g
field_210397_g
private BlockRotation
h
field_13088
rotation
field_210398_h
field_210398_h
private String
i
field_13085
data
field_210399_i
field_210399_i
private boolean
j
field_13089
ignoreEntities
field_210400_j
field_210400_j
private boolean
k
field_13087
showAir
field_210401_k
field_210401_k
private boolean
l
field_13086
showBounds
field_210402_l
field_210402_l
private float
m
field_13090
integrity
field_210403_m
field_210403_m
private long
n
field_13092
seed
field_210404_n
field_210404_n

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(jc arg0)
method_11053(class_2540 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
public void
b(jc arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public void
a(nr arg0)
method_12495(class_2792 arg0)
handle(ServerPlayPacketHandler handler)
func_148833_a(IServerPlayNetHandler arg0)
processPacket(IServerPlayNetHandler handler)
public BlockPos
b()
method_12499()
getPos()
func_210380_a()
getPos()
public StructureBlockEntity$UpdateType
c()
method_12500()
getType()
func_210384_b()
func_210384_b()
public StructureBlockMode
d()
method_12504()
getMode()
func_210378_c()
getMode()
public String
e()
method_12502()
getName()
func_210377_d()
getName()
public BlockPos
f()
method_12496()
getOffset()
func_210383_e()
getPosition()
public BlockPos
g()
method_12492()
getSize()
func_210385_f()
getSize()
public BlockMirror
h()
method_12493()
getMirror()
func_210386_g()
getMirror()
public BlockRotation
i()
method_12498()
getRotation()
func_210379_h()
getRotation()
public String
j()
method_12501()
getData()
func_210388_i()
getMetadata()
public boolean
k()
method_12506()
getIgnoreEntities()
func_210389_j()
shouldIgnoreEntities()
public boolean
l()
method_12503()
getShowAir()
func_210390_k()
shouldShowAir()
public boolean
m()
method_12505()
getShowBounds()
func_210387_l()
shouldShowBoundingBox()
public float
n()
method_12494()
getIntegrity()
func_210382_m()
getIntegrity()
public long
o()
method_12497()
getSeed()
func_210381_n()
getSeed()