summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemSpawnEgg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adding endermite (#5460)Debucquoy Anthony tonitch2023-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First Draft of adding endermite * Update src/Mobs/Endermite.h Co-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com> * Adding Protocols + SpawnEgg TODO: don't forget to put the endermite in core plugin for the summon command * Adding endermite to monster.ini * Adding 5% change of spawning endermite when throwing enderpearl * Spawn endermite at last position instead of Hit Position + .cache to .gitignore * fixup! Spawn endermite at last position instead of Hit Position + .cache to .gitignore * destroy endermite if 2 min, not if name is set * Syntax * Adding Enderman targeting endermite + fixing syntax * Fixing compile error + return error [but crash on enderman spawn] * Fix crash but enderman doesn't target * Enderman targeting endermite finished * checking style because i'm a noob at git... * fixup! checking style because i'm a noob at git... * Added endermite egg meta to docs * Final touches Removed unnecesary imports fixed callback to run only in sight distance and actually check sigtlines * Fixed error after not pulling branch --------- Co-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com> Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com>
* ItemHandler initialisation is a constant expression (#5344)x12xx12x2021-12-021-10/+3
| | | | | * Transition to non-pointer item handler * That is my destructor - I decide when I leave this world * I declare your destruction private and you final
* Vector3 in Handlers (#4680)Mattes D2020-04-211-13/+25
| | | Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
* Add Zombie VillagersBond-0092020-04-101-5/+2
|
* Implement wither skeletons (#4563)Mat2020-04-041-26/+27
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-3/+3
|
* Spawn baby mobshallucino2015-07-161-1/+1
|
* Placing a fluid from bucket calls plugin hooks.Mattes D2015-04-141-1/+5
| | | | Ref.: #1857.
* Changed cEntity::m_UniqueID to UInt32.Mattes D2015-03-211-1/+1
|
* Added RabbitsMasy982014-12-201-0/+1
|
* Added Entity GuardianMasy982014-12-181-0/+1
|
* Added first test to show the object can be createdTycho2014-09-171-28/+28
|
* Added a sanitizer for Spawn egg damage value.madmaxoft2014-05-021-1/+39
| | | | This disallows spawning unknown mobs from unknown spawn eggs. Ref.: #928.
* Improved Type safety of eBlockFaceTycho2014-02-041-1/+1
| | | | May Fix #640
* Spawn eggs use IsGameMode()Tiger Wang2013-12-061-2/+2
| | | | Possible fix for #316.
* Moved source to srcAlexander Harkness2013-11-241-0/+52