diff options
author | npresley0506 <82075033+npresley0506@users.noreply.github.com> | 2021-04-23 14:51:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 14:51:59 +0200 |
commit | d117a6c5db606a5624f3c910c257d90af5e7ec3b (patch) | |
tree | 620641d341e718e88d6e60ec6bb7c8651cd438ad /src/BlockEntities/ChestEntity.h | |
parent | fix(docs): Correction of typos in project documentation (#5206) (diff) | |
download | cuberite-d117a6c5db606a5624f3c910c257d90af5e7ec3b.tar cuberite-d117a6c5db606a5624f3c910c257d90af5e7ec3b.tar.gz cuberite-d117a6c5db606a5624f3c910c257d90af5e7ec3b.tar.bz2 cuberite-d117a6c5db606a5624f3c910c257d90af5e7ec3b.tar.lz cuberite-d117a6c5db606a5624f3c910c257d90af5e7ec3b.tar.xz cuberite-d117a6c5db606a5624f3c910c257d90af5e7ec3b.tar.zst cuberite-d117a6c5db606a5624f3c910c257d90af5e7ec3b.zip |
Diffstat (limited to 'src/BlockEntities/ChestEntity.h')
-rw-r--r-- | src/BlockEntities/ChestEntity.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BlockEntities/ChestEntity.h b/src/BlockEntities/ChestEntity.h index ee59fa7b9..02b182481 100644 --- a/src/BlockEntities/ChestEntity.h +++ b/src/BlockEntities/ChestEntity.h @@ -46,6 +46,9 @@ public: /** Search horizontally adjacent blocks for neighbouring chests of the same type and links them together. */ void ScanNeighbours(); + /** Returns the value of m_Neighbour. */ + cChestEntity * GetNeighbour(); + /** Opens a new chest window where this is the primary chest and any neighbour is the secondary. */ void OpenNewWindow(); |