summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/SpawnerCreature.java
Commit message (Expand)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-255/+0
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-2/+2
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-4/+4
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-8/+8
* Update CraftBukkit to 1.6.2mbax2013-07-08-1/+1
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-29/+28
* Update CraftBukkit to Minecraft 1.5.2Travis Watkins2013-04-27-1/+1
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-3/+3
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-7/+7
* Initialize entity data before spawning them. Fixes BUKKIT-3209feildmaster2013-01-16-5/+6
* Spawn monsters without prematurely exiting. Fixes BUKKIT-3425cexikitin2013-01-14-1/+1
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-7/+7
* Implement API for ambient mob spawn limit. Add spawn-limit.ambient toTravis Watkins2012-10-31-1/+4
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-29/+12
* Replace LongObjectHashMap with a more efficient implementationTravis Watkins2012-09-21-3/+3
* Add LongObjectHashMap and LongHashSetTravis Watkins2012-08-19-35/+15
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-35/+32
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-2/+1
* Fixed per-world spawn limits. I have no idea how we missed this.Travis Watkins2012-04-24-7/+10
* Add per-world spawn limits with fallback to server-wide bukkit.yml settings.Travis Watkins2012-04-23-1/+17
* Don't spawn conditional mobs if original entity is dead. Fixes BUKKIT-1444feildmaster2012-04-03-0/+1
* Made Slimes spawn less often in FLAT worlds. Fixes BUKKIT-1441EvilSeph2012-04-02-0/+3
* Added a reason for randomly spawning Ocelot babies. Addresses BUKKIT-1391feildmaster2012-03-31-1/+1
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-1/+1
* Fixed porting issue with SpawnerCreature. Fixes BUKKIT-921Tahg2012-03-02-1/+1
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-8/+23
* Implemented JOCKEY and CHUNK_GEN SpawnReasons.EvilSeph2012-02-10-2/+2
* Cleanup.EvilSeph2012-02-10-5/+9
* Fix formatting.Erik Broes2012-01-15-1/+4
* Update for 1.1_01 renames.Erik Broes2012-01-15-3/+3
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-1/+1
* Fix CraftBukkit comments.Erik Broes2012-01-12-1/+1
* Fix for entity spawning and some code cleanupTahg2011-12-06-9/+9
* Performance update to remove several very high counts of temp object creationTahg2011-12-06-13/+35
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-1/+1
* Update for 1.0.0Erik Broes2011-11-20-148/+73
* Fixed monsters being spawned even when one was faux sleeping. Thanks to EdGru...sk89q2011-09-26-0/+1
* Removed extra addEntity call in SpawnerCreature.EvilSeph2011-09-17-1/+0
* Update for Minecraft 1.8Dinnerbone2011-09-15-77/+123
* Update to Minecraft 1.7Dinnerbone2011-06-30-5/+5
* Line endings.Dinnerbone2011-06-22-254/+254
* Added SpawnReasons to CreatureSpawn events. Thanks winsock!EvilSeph2011-06-21-0/+255