whether the sky can be seen from coords
the list of entity IDs in given box, that are equal to the given type, if blacklist value is false, and all except the entities of the given type, if blacklist value is true
X coord of the block
Z coord of the block
biome id
temperature of the biome on coords
X coord of the block
Y coord of the block
Z coord of the block
Tile object with id and data propeties
X coord of the block
Y coord of the block
Z coord of the block
block's data at coords
X coord of the block
Y coord of the block
Z coord of the block
interface to the vanilla TileEntity (chest, furnace, etc.) on the coords
X coord of the block
Y coord of the block
Z coord of the block
block's id at coords
X coord of the chunk
Z coord of the chunk
the loading state of the chunk by chunk coords
X coord of the position
Z coord of the position
the loading state of the chunk by coords
the dimension id to which the following object belongs
grass color on coords
X coord of the chunk
Z coord of the chunk
true if chunk is loaded, false otherwise
X coord of the position
Z coord of the position
true if chunk on the position is loaded, false otherwise
Sets biome id by coords
Sets block by the coords
id of the block to set
data of the block to set
Creates dropped item and returns entity id
X coord of the place where item will be dropped
Y coord of the place where item will be dropped
Z coord of the place where item will be dropped
id of the item to drop
count of the item to drop
data of the item to drop
extra of the item to drop
drop entity id
BlockSource foe world generation
interface to the dimension where the given entity is (null if given entity does not exist or the dimension is not loaded and interface was not created)
interface to given dimension by default (null if given dimension is not loaded and this interface was not created yet)
Generated using TypeDoc
New class to work with world instead of some methods from World module.