summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/BlockEntities.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-4/+0
| | | | Yak shave: make more things use cTickTime. Fix a couple of incorrect modulo-on-millisecond-value by making them use WorldTickAge.
* Added missing return types and fixed param types (#4996)Lukas Pioch2020-10-131-28/+5
|
* Corrected invalid syntax for return types in APIDoc (#4989)Lukas Pioch2020-10-111-6/+18
|
* Adding more customize options to mob spawners and improving the way to look for surrounding entities (#4955)12xx122020-10-101-3/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added nearly any customize option * fixed unnecessary diff added comments * removed unnecessary const qualifier * fixed build * changed to ForEachEntityInBox * added docs * updated lua api description * checkstyle * added changes suggested by @peterbell10 And now the player may break the server by setting ridiculous ranges * updated docs changed cast to static cast * fixed clang * fixed clang on WSSAnvil.cpp Co-authored-by: 12xx12 <12xx12100@gmail.com>
* Use pitch lookup in noteblock block entity (#4826)12xx122020-09-051-3/+32
| | | | | | | - Removed the calculation in the noteblock block entity I did the calculation in python if anyone is interested where the numbers are from Co-authored-by: 12xx12 <12xx12100@gmail.com>
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-0/+10
|
* Smelting Gives Experience (#4094)Alex Sweet2018-04-111-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Smelting Exp Smelting now gives experience * Furnace.txt update Exp rewards are entered in furnace.txt, Reward calculation is now done is the furnaceentity class * furnace.txt update Changed alignment tabs to spaces Included documentation of exp in recipe * Updated StringToFloat changed strtod to strtof * Explicit Float to Int * Reworked Smelting Rewards * No C casts -Adds new function to the api -Sets reward counter to 0 in furnace constructor * Style and exp lock removed -Fixed style mistakes accoring to PR notes -XP isn't locked to a single player anymore * No Smelter API -Removed SetLastSmelter and GetLastSmelter -Fixed comments -Fixed log reward amounts
* Added bed entity (#3823)Lukas Pioch2017-07-071-0/+40
| | | | | | | | | | * Added bed entity * Export cBedEntity to lua * Set color of bed through item damage value * Added bed entity to APIDoc * NBT: Added loading and saving * Crafting recipes for the colored beds
* Corrected brewingstand and added support for fuelLukas Pioch2017-05-081-0/+35
|
* APIDoc: Removed non-existent functions and added missing return typesLukas Pioch2017-05-021-17/+0
|
* Added missing IsStatic flag to functions. (#3613)Lukas Pioch2017-03-021-0/+1
|
* APIDump: Check param and return types.Mattes D2016-10-031-2/+2
|
* APIDump: Reformatted the docs to include type information.Mattes D2016-09-121-193/+1240
| | | | Also fixed a bit of documentation in the CPP source.
* Updated API documentation.Mattes D2016-07-181-39/+71
|
* Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8bibo382016-01-111-2/+5
| | | | | | The NBT format now carries the texture data and transmit it to the client. See: http://minecraft.gamepedia.com/Head#Block_entity Related to #2674
* Implemented brewingLukas Pioch2015-11-031-0/+41
|
* Renamed output directory to ServerMattes D2015-09-051-0/+322