summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Explosion.java
Commit message (Collapse)AuthorAgeLines
* Port to new mc-dev format.Erik Broes2011-01-30-160/+160
|
* Fix NPE from location incorrectly being implemented in Explosion.speakeasy2011-01-22-6/+2
|
* Explosion remembers its Location.Adam Tanner2011-01-22-1/+9
|
* fixes some explosion events to stop accessing null entities. Andrew Ardill2011-01-20-80/+64
| | | | Placed some tags against some spammy events.
* Fixing some entity damage eventsAndrew Ardill2011-01-18-13/+21
|
* EntityExplodeEvent commit for craftbukkit.speakeasy2011-01-18-32/+63
|
* Implementation of the EntityDamage*Events.Andrew Ardill2011-01-16-3/+2
| | | | | | | | | | | | | 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-3/+3
| | | | org.bukkit.craftbukkit.entity
* Events should be present tense, not paste tense.Erik Broes2011-01-15-5/+5
|
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-4/+3
|
* Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-29/+26
| | | | the cost of extra ()'s
* Explosion damage entity hook.angelsl2011-01-03-0/+220