public class ServerUpdateTileEntityPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerUpdateTileEntityPacket(Position position,
UpdatedTileType type,
com.github.steveice10.opennbt.tag.builtin.CompoundTag nbt) |
| Modifier and Type | Method and Description |
|---|---|
com.github.steveice10.opennbt.tag.builtin.CompoundTag |
getNBT() |
Position |
getPosition() |
UpdatedTileType |
getType() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerUpdateTileEntityPacket(Position position, UpdatedTileType type, com.github.steveice10.opennbt.tag.builtin.CompoundTag nbt)
public Position getPosition()
public UpdatedTileType getType()
public com.github.steveice10.opennbt.tag.builtin.CompoundTag getNBT()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.