mirror of
https://github.com/cuberite/cuberite.git
synced 2025-01-09 04:19:26 +08:00
BlockEntity: clarify ConvertToPickups behaviour
This commit is contained in:
parent
c53a0ba5f6
commit
7574f68a48
@ -85,7 +85,7 @@ public:
|
||||
OwnedBlockEntity Clone(Vector3i a_Pos);
|
||||
|
||||
/** Returns the contents of this block entity that it would drop if broken.
|
||||
Note that the block itself is not included; that's handled by the block handler. */
|
||||
Note that the block handler will usually handle pickups for the block itself, in addition to any items returned here. */
|
||||
virtual cItems ConvertToPickups() const;
|
||||
|
||||
/** Copies all properties of a_Src into this entity, except for its m_World and location.
|
||||
|
Loading…
Reference in New Issue
Block a user