summaryrefslogtreecommitdiffstats
path: root/src/BlockState.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 1.15+ (#4856)Tiger Wang2020-12-211-0/+27
| | | | | + Add type-safe container for states * Split registry Blocks into BlockTypes, BlockStates so the block types enumeration can be #included without too much penalty * Ensure Registry uses type-safe container
* Remove unused Temporary namespaceTiger Wang2020-12-211-93/+0
| | | | - Remove unused temporary mapping generation at startup
* Add ProtocolBlockTypePalette (#4391)E142019-09-221-0/+3
|
* Added BlockState implementation for 1.13 support.Mattes D2019-08-241-0/+90