summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockEndPortalFrame.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-20BlockHandler initialisation is a constant expression (#4891)Tiger Wang1-10/+165
* BlockHandler initialisation is a constant expression If we can't make it all namespaces, this is the next best I guess. + Tag handlers constexpr, const as needed + Inherit constructors * Privatise handler functions * More constexpr Co-authored-by: Alexander Harkness <me@bearbin.net>
2020-09-20Added end portal and enchanting table block entities12xx121-160/+0
2020-04-21Vector3 in Handlers (#4680)Mattes D1-12/+18
Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-2/+2
2019-05-11Create Ender Portal with Eyes of Ender (#4126)Zach DeCook1-0/+258
The algorithm was designed so All portals must be facing the center, no matter which block had the eye inserted in last. Note: Still need to create a block entity so that portals don't become invisible when you relog. Addresses part of #3445 Fixes #3695