net.minecraft.network.packet.s2c.play

public class BlockEntityUpdateS2CPacket

extends Packet

gf
net.minecraft.class_2003
net.minecraft.network.packet.s2c.play.BlockEntityUpdateS2CPacket
net.minecraft.network.play.server.S35PacketUpdateTileEntity

Field summary

Modifier and TypeField
private int
a
field_8577
x
x
private int
b
field_8578
y
y
private int
c
field_8579
z
z
private int
d
field_8580
type
metadata
private NbtCompound
e
field_8581
nbt
nbt

Constructor summary

ModifierConstructor
public ()
public (int x, int y, int z, int type, NbtCompound nbt)

Method summary

Modifier and TypeMethod
public void
a(et arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(et arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fv arg0)
method_7681(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public int
c()
method_7682()
getX()
getX()
public int
d()
method_7683()
getY()
getY()
public int
e()
method_7684()
getZ()
getZ()
public int
f()
method_7685()
getType()
getTileEntityType()
public NbtCompound
g()
method_7686()
getNbt()
getNbtCompound()