Skip to content

Commit

Permalink
Add back getDimension & getDimensionConst for release
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederoxDev committed Jun 16, 2024
1 parent 6760409 commit bf1065e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ class BlockSource {
virtual bool setBlock(const BlockPos& pos, const Block& block, int updateFlags, const ActorBlockSyncMessage* syncMsg, Actor* blockChangeSource);
virtual short getMinHeight() const;
virtual short getMaxHeight() const;
virtual void _unknown_36();
virtual void _unknown_37();
virtual Dimension& getDimension() const;
virtual const Dimension& getDimensionConst() const;
virtual void _unknown_38();
virtual LevelChunk* getChunk(int x, int z) const;
virtual LevelChunk* getChunk(const ChunkPos& pos) const;
Expand Down

0 comments on commit bf1065e

Please sign in to comment.