summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/BlockArea.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cBlockArea: Write all present data types by default (#4252)peterbell102018-07-191-2/+2
| | | | | cBlockArea::Write now defaults to use GetDataTypes() instead of assuming all data types are present. Fixes cuberite/WorldEdit#130
* BlockArea: Added the GetBounds function.Mattes D2017-07-221-2/+15
|
* Corrected APIDoc for cBlockArea and exported missing functions (#3808)Lukas Pioch2017-06-261-11/+22
|
* cBlockArea supports block entities. (#3795)Mattes D2017-06-241-0/+2197