WorldAPI.getBiome(pos: Vector3): Biome | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | typings.2002444080||
| Return Value | typings.64190592
WorldAPI.getBiome(x: Number, y: Number, z: Number): Biome | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.64190592
WorldAPI.getBlockLightLevel(pos: Vector3): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | typings.2002444080||
| Return Value | typings.-672261858
WorldAPI.getBlockLightLevel(x: Number, y: Number, z: Number): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.-672261858
WorldAPI.getBlockState(pos: Vector3): BlockState | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | typings.2002444080||
| Return Value | typings.-1026048988
WorldAPI.getBlockState(x: Number, y: Number, z: Number): BlockState | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.-1026048988
WorldAPI.getBlocks(min: Vector3, max: Vector3): Table | Method Property | Fluent Description | Representation |
|---|---|---|
| min accepts | typings.2002444080||
| max accepts | typings.2002444080||
| Return Value | typings.80563118
WorldAPI.getBlocks(minX: Number, minY: Number, minZ: Number, max: Vector3): Table | Method Property | Fluent Description | Representation |
|---|---|---|
| minX accepts | typings.-1950496919||
| minY accepts | typings.-1950496919||
| minZ accepts | typings.-1950496919||
| max accepts | typings.2002444080||
| Return Value | typings.80563118
WorldAPI.getBlocks(min: Vector3, maxX: Number, maxY: Number, maxZ: Number): Table | Method Property | Fluent Description | Representation |
|---|---|---|
| min accepts | typings.2002444080||
| maxX accepts | typings.-1950496919||
| maxY accepts | typings.-1950496919||
| maxZ accepts | typings.-1950496919||
| Return Value | typings.80563118
WorldAPI.getBlocks(minX: Number, minY: Number, minZ: Number, maxX: Number, maxY: Number, maxZ: Number): Table | Method Property | Fluent Description | Representation |
|---|---|---|
| minX accepts | typings.-1950496919||
| minY accepts | typings.-1950496919||
| minZ accepts | typings.-1950496919||
| maxX accepts | typings.-1950496919||
| maxY accepts | typings.-1950496919||
| maxZ accepts | typings.-1950496919||
| Return Value | typings.80563118
Gets the current day
If delta is passed in, then it adds delta to the time
The default value of delta is zero 
WorldAPI.getDay(): Number | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.-1950496919
WorldAPI.getDay(delta: Number): Number | Method Property | Fluent Description | Representation |
|---|---|---|
| delta accepts | typings.-1950496919||
| Return Value | typings.-1950496919
Gets the time of the current day between 0 and 24000
If delta is passed in, then it adds delta to the time
The default value of delta is zero 
WorldAPI.getDayTime(): Number | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.-1950496919
WorldAPI.getDayTime(delta: Number): Number | Method Property | Fluent Description | Representation |
|---|---|---|
| delta accepts | typings.-1950496919||
| Return Value | typings.-1950496919
WorldAPI.getEntities(pos1: Vector3, pos2: Vector3): Table | Method Property | Fluent Description | Representation |
|---|---|---|
| pos1 accepts | typings.2002444080||
| pos2 accepts | typings.2002444080||
| Return Value | typings.80563118
WorldAPI.getEntities(x1: Number, y1: Number, z1: Number, x2: Number, y2: Number, z2: Number): Table | Method Property | Fluent Description | Representation |
|---|---|---|
| x1 accepts | typings.-1950496919||
| y1 accepts | typings.-1950496919||
| z1 accepts | typings.-1950496919||
| x2 accepts | typings.-1950496919||
| y2 accepts | typings.-1950496919||
| z2 accepts | typings.-1950496919||
| Return Value | typings.80563118
Returns the highest point at the given position according to the provided heightmap
Defaults to MOTION_BLOCKING if no heightmap is provided 
WorldAPI.getHeight(pos: Vector2, heightmap: String): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | typings.2002444079||
| heightmap accepts | typings.-1808118735||
| Return Value | typings.-672261858
WorldAPI.getHeight(x: Number, z: Number, heightmap: String): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| heightmap accepts | typings.-1808118735||
| Return Value | typings.-672261858
WorldAPI.getLightLevel(pos: Vector3): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | typings.2002444080||
| Return Value | typings.-672261858
WorldAPI.getLightLevel(x: Number, y: Number, z: Number): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.-672261858
Gets the current rain gradient in the world, interpolated from the previous tick to the current one
The default value of delta is 1, which is the current tick 
WorldAPI.getRainGradient(): Number | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.-1950496919
WorldAPI.getRainGradient(delta: Number): Number | Method Property | Fluent Description | Representation |
|---|---|---|
| delta accepts | typings.-1950496919||
| Return Value | typings.-1950496919
WorldAPI.getRedstonePower(pos: Vector3): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | typings.2002444080||
| Return Value | typings.-672261858
WorldAPI.getRedstonePower(x: Number, y: Number, z: Number): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.-672261858
WorldAPI.getSkyLightLevel(pos: Vector3): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | typings.2002444080||
| Return Value | typings.-672261858
WorldAPI.getSkyLightLevel(x: Number, y: Number, z: Number): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.-672261858
WorldAPI.getStrongRedstonePower(pos: Vector3): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | typings.2002444080||
| Return Value | typings.-672261858
WorldAPI.getStrongRedstonePower(x: Number, y: Number, z: Number): Integer | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.-672261858
Gets the current game time of the world
If delta is passed in, then it adds delta to the time
The default value of delta is zero 
WorldAPI.getTime(): Number | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.-1950496919
WorldAPI.getTime(delta: Number): Number | Method Property | Fluent Description | Representation |
|---|---|---|
| delta accepts | typings.-1950496919||
| Return Value | typings.-1950496919
Gets the current day time of the world
If delta is passed in, then it adds delta to the time
The default value of delta is zero 
WorldAPI.getTimeOfDay(): Number | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.-1950496919
WorldAPI.getTimeOfDay(delta: Number): Number | Method Property | Fluent Description | Representation |
|---|---|---|
| delta accepts | typings.-1950496919||
| Return Value | typings.-1950496919
No description available
figura.docs.world.is_chunk_loaded
WorldAPI.isChunkLoaded(pos: Vector3): Boolean | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | typings.2002444080||
| Return Value | typings.1729365000
WorldAPI.isChunkLoaded(x: Number, y: Number, z: Number): Boolean | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.1729365000
WorldAPI.isOpenSky(pos: Vector3): Boolean | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | typings.2002444080||
| Return Value | typings.1729365000
WorldAPI.isOpenSky(x: Number, y: Number, z: Number): Boolean | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.1729365000
Parses and creates a new BlockState from the given string
A world position can be optionally given for the blockstate functions that rely on its position 
WorldAPI.newBlock(block: String): BlockState | Method Property | Fluent Description | Representation |
|---|---|---|
| block accepts | typings.-1808118735||
| Return Value | typings.-1026048988
WorldAPI.newBlock(block: String, pos: Vector3): BlockState | Method Property | Fluent Description | Representation |
|---|---|---|
| block accepts | typings.-1808118735||
| pos accepts | typings.2002444080||
| Return Value | typings.-1026048988
WorldAPI.newBlock(block: String, x: Number, y: Number, z: Number): BlockState | Method Property | Fluent Description | Representation |
|---|---|---|
| block accepts | typings.-1808118735||
| x accepts | typings.-1950496919||
| y accepts | typings.-1950496919||
| z accepts | typings.-1950496919||
| Return Value | typings.-1026048988
Parses and creates a new ItemStack from the given string
A count and damage can be given, to be applied on this itemstack 
WorldAPI.newItem(item: String): ItemStack | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-1808118735||
| Return Value | typings.-148280555
WorldAPI.newItem(item: String, count: Integer): ItemStack | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-1808118735||
| count accepts | typings.-672261858||
| Return Value | typings.-148280555
WorldAPI.newItem(item: String, count: Integer, damage: Integer): ItemStack | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-1808118735||
| count accepts | typings.-672261858||
| damage accepts | typings.-672261858||
| Return Value | typings.-148280555
listFiles
action_wheel
Action
BlockRaycastTypes