diff options
author | Mat <mail@mathias.is> | 2020-08-05 21:38:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 21:38:29 +0200 |
commit | cb1f0a5af260ee7fab7ccda51366a3e2c1f89ce6 (patch) | |
tree | 3e2440c34df4d64a195a59741da58a57ac877009 /src/Blocks/BlockBed.h | |
parent | imprementing plugin message to send server brand (#4786) (diff) | |
download | cuberite-cb1f0a5af260ee7fab7ccda51366a3e2c1f89ce6.tar cuberite-cb1f0a5af260ee7fab7ccda51366a3e2c1f89ce6.tar.gz cuberite-cb1f0a5af260ee7fab7ccda51366a3e2c1f89ce6.tar.bz2 cuberite-cb1f0a5af260ee7fab7ccda51366a3e2c1f89ce6.tar.lz cuberite-cb1f0a5af260ee7fab7ccda51366a3e2c1f89ce6.tar.xz cuberite-cb1f0a5af260ee7fab7ccda51366a3e2c1f89ce6.tar.zst cuberite-cb1f0a5af260ee7fab7ccda51366a3e2c1f89ce6.zip |
Diffstat (limited to 'src/Blocks/BlockBed.h')
-rw-r--r-- | src/Blocks/BlockBed.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Blocks/BlockBed.h b/src/Blocks/BlockBed.h index 418d44ca5..0a5a0e300 100644 --- a/src/Blocks/BlockBed.h +++ b/src/Blocks/BlockBed.h @@ -96,6 +96,12 @@ public: + static void SetBedPos(cPlayer & a_Player, const Vector3i a_BedPosition); + + + + + virtual ColourID GetMapBaseColourID(NIBBLETYPE a_Meta) override { UNUSED(a_Meta); |