summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemMonsterEgg.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-124/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-1/+1
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-4/+5
|
* Implement SpawnReason.NETHER_PORTAL and DISPENSE_EGG. Fixes BUKKIT-3148Kodekpl2014-02-01-1/+7
| | | | | | | | | | | | | | | | Previously any entities spawned through dispensers (monster eggs) or by nether portals were given the incorrect SpawnReason of SPAWNER_EGG. This made it impossible to distinguish what exactly happened in regards to the creature being spawned. A method in ItemMonsterEgg has been added to further fine tune reasons for spawning creatures. This permits the DISPENSE_EGG reason to be used correctly and accuratly as well as the NETHER_PORTAL reason due to how BlockPortal spawns the mobs. The redirected method, a(World, int, double, double, double), is still called by the ItemMonsterEgg itself and therefore uses the default reason of SPAWNER_EGG. This does not change previous behaviour.
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-8/+7
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-7/+49
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-6/+14
|
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-5/+9
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-4/+4
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-17/+24
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-2/+11
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-1/+1
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-8/+24
|
* Updated to rename revision 02Erik Broes2012-03-01-3/+2
|
* Added Spawner Egg support to CreatureSpawnEvent.EvilSeph2012-02-05-1/+2
|
* Disallow people spawning invalid entities using monster eggs. Thanks to md-5 ↵Nathan Adams2012-01-15-3/+3
| | | | for the PR.
* Added ItemMonsterEgg.java for diff visibilityNathan Adams2012-01-15-0/+32