MCPcopy
hub / github.com/PrismarineJS/mineflayer / say_block_under

Function say_block_under

examples/python/chatterbox.py:106–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104
105
106def say_block_under():
107 block = bot.blockAt(bot.players[username].entity.position.offset(0, -1, 0))
108 bot.chat(f"Block under you is {block.displayName} in the {block.biome.name} biome")
109 print(block)
110
111
112def quit_game(username):

Callers 1

handleFunction · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…