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

Function entityDetach

examples/python/chatterbox.py:285–287  ·  view source on GitHub ↗
(this, entity, vehicle)

Source from the content-addressed store, hash-verified

283
284@On(bot, "entityDetach")
285def entityDetach(this, entity, vehicle):
286 if entity.type == "player" and vehicle.type == "object":
287 print(f"Lame, {entity.username} stopped riding the {vehicle.displayName}")
288
289
290@On(bot, "entityEquipmentChange")

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…