package appeng.tile.events;
public enum TileEventType
{
TICK,
WORLD_NBT_READ, WORLD_NBT_WRITE,
NETWORK_READ, NETWORK_WRITE
}