public class TileEntityClientUpdatePacket
extends java.lang.Object
implements cpw.mods.fml.common.network.simpleimpl.IMessage
Modifier and Type | Class and Description |
---|---|
static class |
TileEntityClientUpdatePacket.TileEntityClientUpdatePacketHandler |
Modifier and Type | Field and Description |
---|---|
net.minecraft.nbt.NBTTagCompound |
updateData |
net.minecraft.world.World |
world |
int |
x |
int |
y |
int |
z |
Constructor and Description |
---|
TileEntityClientUpdatePacket() |
TileEntityClientUpdatePacket(net.minecraft.world.World world,
int x,
int y,
int z,
net.minecraft.nbt.NBTTagCompound updateData) |
public net.minecraft.world.World world
public int x
public int y
public int z
public net.minecraft.nbt.NBTTagCompound updateData