net.minecraft.network.packet.s2c.play

public class BlockEntityUpdateS2CPacket

implements Packet<ClientPlayPacketHandler>

fw
net.minecraft.class_2003
net.minecraft.network.packet.s2c.play.BlockEntityUpdateS2CPacket
net.minecraft.network.play.server.SPacketUpdateTileEntity

Field summary

Modifier and TypeField
private BlockPos
a
field_11594
pos
blockPos
private int
b
field_8580
type
tileEntityType
private NbtCompound
c
field_8581
nbt
nbt

Constructor summary

ModifierConstructor
public ()
public (BlockPos pos, int type, NbtCompound nbt)

Method summary

Modifier and TypeMethod
public void
a(eq arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(eq arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fm arg0)
method_7681(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public BlockPos
a()
method_7683()
getPos()
getPos()
public int
b()
method_7685()
getType()
getTileEntityType()
public NbtCompound
c()
method_7686()
getNbt()
getNbtCompound()