Interface EntityPickUpDropFunction

Function used in "EntityPickUpDrop" callback.

2.2.1b88

  • Parameters

    • entityUid: number

      entity that picked up the item (this callback is currently called only for players)

    • dropEntityUid: number

      dropped item's entity

    • item: ItemInstance

      ItemInstance of the drop entity

    • count: number

      which count of item stack

    Returns any

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.