TITLE getTileEntityIntData
MAX_WIDTH

TEXT --{
int getTileEntityIntData(position, name)
int getTileEntityIntData(x, y, z, name)

Gets the int data with the given name. Returns -1 if the data doesn't exist.

- position: The position of the tile entity
- x, y, z (int): The coordinates of the tile entity
- name (string): The name of the data
}--