getAllTileEntitiesOfType

fun getAllTileEntitiesOfType(clazz: Class<*>): List<TileEntity>

Gets every tile entity in this chunk of a certain class

Return

the tile entity list

Parameters

clazz

the class to filter for (Use Java.type().class to get this)

Sources

Link copied to clipboard