diff options
author | madmaxoft <github@xoft.cz> | 2014-06-03 19:30:01 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-06-03 19:30:01 +0200 |
commit | 492f99eaeb20ffc7f6d41245f8e32645cc5d0864 (patch) | |
tree | 70a0713aef81f16a4c4c105cc040d16d7bab0e36 /src/UI/SlotArea.h | |
parent | Fixed OnProjectileHitBlock bindings. (diff) | |
parent | Players can't set items in the result slot, when they shift a item. (diff) | |
download | cuberite-492f99eaeb20ffc7f6d41245f8e32645cc5d0864.tar cuberite-492f99eaeb20ffc7f6d41245f8e32645cc5d0864.tar.gz cuberite-492f99eaeb20ffc7f6d41245f8e32645cc5d0864.tar.bz2 cuberite-492f99eaeb20ffc7f6d41245f8e32645cc5d0864.tar.lz cuberite-492f99eaeb20ffc7f6d41245f8e32645cc5d0864.tar.xz cuberite-492f99eaeb20ffc7f6d41245f8e32645cc5d0864.tar.zst cuberite-492f99eaeb20ffc7f6d41245f8e32645cc5d0864.zip |
Diffstat (limited to 'src/UI/SlotArea.h')
-rw-r--r-- | src/UI/SlotArea.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/UI/SlotArea.h b/src/UI/SlotArea.h index e297bcff7..b4b693cf6 100644 --- a/src/UI/SlotArea.h +++ b/src/UI/SlotArea.h @@ -392,6 +392,7 @@ public: virtual ~cSlotAreaFurnace(); virtual void Clicked(cPlayer & a_Player, int a_SlotNum, eClickAction a_ClickAction, const cItem & a_ClickedItem) override; + virtual void DistributeStack(cItem & a_ItemStack, cPlayer & a_Player, bool a_ShouldApply, bool a_KeepEmptySlots) override; virtual const cItem * GetSlot(int a_SlotNum, cPlayer & a_Player) const override; virtual void SetSlot(int a_SlotNum, cPlayer & a_Player, const cItem & a_Item) override; |