World
getBlock(x, y, z)
getBlock(x, y, z)-- Example code showing how to use the function
local blockInfo = world.getBlock(1, 1, 1)setBlock(x, y, z, id)
setBlock(x, y, z, id)isBlockLoaded(x, y, z)
isBlockLoaded(x, y, z)getOutlineBoxes(x, y, z, blockState)
getOutlineBoxes(x, y, z, blockState)getCollisionBoxes(x, y, z, blockState)
getCollisionBoxes(x, y, z, blockState)getEntities()
getEntities()getEntitiesInBox(entity, box)
getEntitiesInBox(entity, box)getLivingEntities()
getLivingEntities()getEntityById(id)
getEntityById(id)getRotation(x, y, z)
getRotation(x, y, z)raycast(obj)
raycast(obj)Last updated