summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/EnderChestEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated protocol functions to Vector3xx12xx12x2022-04-201-1/+1
* Add player statistics to API (#5193)nshah252021-05-031-1/+1
* Properly deprecate more XYZ parameter'd functions (#5147)Tiger Wang2021-03-151-1/+1
* Fix potential destruction crashes (#5095)Tiger Wang2021-01-021-9/+9
* Add more statistic tracking (#4837)12xx122020-09-051-0/+3
* Using Super.Mattes D2020-04-161-1/+1
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-0/+1
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-3/+3
* Sitting cats block enderchests from opening (#3906)Bond-0092017-08-171-2/+8
* BlockEntities: Support cloning self.Mattes D2017-06-161-2/+3
* Fixes problems with windows:Lukas Pioch2017-06-051-1/+1
* Fixed invisible chests (#3722)Pablo Beltrán2017-05-211-0/+11
* Removed ClientHandle.h dependencies from common headers.Mattes D2016-11-181-0/+1
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-2/+3
* Update Loops required for JsonCPPLukas Pioch2015-10-261-2/+2
* (Ender) Chests are obstructed by opaque blocks.Nounours Heureux2015-07-071-5/+7
* Own classes for all windows.Howaner2014-12-131-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-3/+3
* SuggestionsTiger Wang2014-09-271-1/+2
* Removed more unessicary includesTycho2014-09-261-1/+0
* Properly implemented enderchestsTiger Wang2014-06-291-63/+30
* Added basic ender chestsTiger Wang2013-12-071-0/+130