summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/BlockArea.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-01Add SetBlockMeta warning in documentation (#4943)[IPSA] Chris de Claverie1-1/+4
+ Add SetBlockMeta warning in documentation Co-authored-by: pwnOrbitals <c.de-claverie@pm.me>
2018-07-19cBlockArea: Write all present data types by default (#4252)peterbell101-2/+2
cBlockArea::Write now defaults to use GetDataTypes() instead of assuming all data types are present. Fixes cuberite/WorldEdit#130
2017-07-22BlockArea: Added the GetBounds function.Mattes D1-2/+15
2017-06-26Corrected APIDoc for cBlockArea and exported missing functions (#3808)Lukas Pioch1-11/+22
2017-06-24cBlockArea supports block entities. (#3795)Mattes D1-0/+2197