public static final class NetworkActivityEvent.Client extends NetworkActivityEvent
NetworkActivityEvent.Client, NetworkActivityEvent.Serverdata, tileEntity, world, x, y, z| Constructor and Description |
|---|
Client(net.minecraft.tileentity.TileEntity tileEntity,
net.minecraft.nbt.NBTTagCompound data)
Constructor for tile entity hosted network card.
|
Client(net.minecraft.world.World world,
double x,
double y,
double z,
net.minecraft.nbt.NBTTagCompound data)
Constructor for arbitrarily hosted network card.
|
getData, getTileEntity, getWorld, getX, getY, getZpublic Client(net.minecraft.tileentity.TileEntity tileEntity,
net.minecraft.nbt.NBTTagCompound data)
tileEntity - the tile entity hosting the network card.data - the additional data.public Client(net.minecraft.world.World world,
double x,
double y,
double z,
net.minecraft.nbt.NBTTagCompound data)
world - the world the file system lives in.x - the x coordinate of the network card's container.y - the y coordinate of the network card's container.z - the z coordinate of the network card's container.data - the additional data.