mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-19 11:53:51 +00:00
Input: Add Ctrl+Q shortcut to drop entire item stack
This commit is contained in:
parent
28614b922f
commit
ec23aa2b98
4 changed files with 11 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ public:
|
|||
void sendPosition();
|
||||
|
||||
using Player::drop;
|
||||
virtual shared_ptr<ItemEntity> drop();
|
||||
virtual shared_ptr<ItemEntity> drop(bool dropStack = false);
|
||||
protected:
|
||||
virtual void reallyDrop(shared_ptr<ItemEntity> itemEntity);
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue