summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityEgg.java
Commit message (Collapse)AuthorAgeLines
* Allows eggs support with Slimes, Wolves and MonstersDinnerbone2011-04-05-0/+9
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-7/+7
|
* Allow GIANTS to spawn from EggsErik Broes2011-03-29-0/+3
|
* Updated for the cleanups done in BukkitErik Broes2011-03-26-3/+1
|
* Purged deprecated MobType and MobSpawnerDinnerbone2011-03-07-2/+3
|
* Generic code cleanupErik Broes2011-02-23-3/+4
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-36/+36
|
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-2/+0
|
* Changed hatchingType to MobType from CreatureType as refactoring (and so ↵EvilSeph2011-02-17-1/+1
| | | | plugin breaking) will take place in a week.
* Updated to use CreatureType and CreatureSpawnerAndrew Ardill2011-02-17-1/+2
| | | | | | Nothing will break as a result of the refactoring of MobType due to deprecated code being left in. These will be removed after 1 week, enough time for plugin devs time to migrate.
* Make the spawning listen to the server spawn-settingsErik Broes2011-02-13-2/+6
|
* Fixed rogue chmodsErik Broes2011-01-30-0/+0
|
* Reworked getEntity; Hi instanceof, bay 16 classesErik Broes2011-01-30-10/+2
|
* Port to new mc-dev format.Erik Broes2011-01-30-184/+184
|
* Added PlayerEggThrowEvent.getEgg().sk89q2011-01-23-1/+4
|
* Added squid as a spawnable type by EntityEgg.sk89q2011-01-23-0/+3
|
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-5/+5
|
* Fixes to projectile events to check for null entities.Andrew Ardill2011-01-20-24/+23
|
* fixed imports on all EntitiesAndrew Ardill2011-01-18-4/+0
|
* Updates to all Entities to use getBukkitEntity() any time an event isAndrew Ardill2011-01-18-6/+3
| | | | | raised. Similar update to CraftVehicle and CraftLivingEntity
* created getBukkitEntity() in minecraft.server.EntityAndrew Ardill2011-01-18-0/+5
| | | | | This returns a protected field that is set in the constructor of each minecraft.server.Entity to a new CraftEntity of some specific type.
* Implementation of the EntityDamage*Events.Andrew Ardill2011-01-16-2/+33
| | | | | | | | | | | | | Many files were added to enable the correct hooking of these events, and a new event EntityDamageByProjectileEvent. EntityDamageByProjectileEvent adds the ability to get the projectile entity (such as an egg) and also set if the projectile 'bounces'. Only two projectiles currently respond to bouncing, Arrow and Fish - were if the fish bounces it means the fish is not hooked. Bouncing is independent of any damage caused via the event. In addition, the changes to EntityDamageEvent that enable setting post-event damage were implemented in all hooks. Finally, a bug in CraftArrow was fixed, where the constructor was not declared public.
* All entity stuff in org.bukkit.craftbukkit moved to ↵Dinnerbone2011-01-15-1/+1
| | | | org.bukkit.craftbukkit.entity
* All entity stuff in org.bukkit moved to org.bukkit.entityDinnerbone2011-01-15-1/+1
|
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-28/+44
|
* updated EntityEggTaylor Kelly2011-01-11-14/+65
|
* EggThrownTaylor Kelly2011-01-11-0/+238
Event