summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityFireball.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-19/+19
|
* [Bleeding] Implement ProjectileSource API. Addresses BUKKIT-1038, BUKKIT-1156t00thpick12014-01-30-0/+1
|
* [Bleeding] Call event when reflecting fireballs. Adds BUKKIT-5214t00thpick12013-12-20-0/+12
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-25/+23
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-7/+7
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-2/+2
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-6/+6
|
* Improve calling of ProjectileHitEvent. Fixes BUKKIT-3872Andre LeBlanc2013-03-26-4/+1
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-2/+2
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-11/+11
|
* Fix fireballs being motionless (again). Fixes BUKKIT-3299feildmaster2012-12-25-7/+10
| | | | | | The key "direction" incorrectly mapped to variables that were already set in the entity. In order to prevent loading incorrect data we renamed "direction" to "power."
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-4/+4
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-23/+25
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-41/+25
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-36/+37
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-3/+1
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Kill fireball if velocity isn't present. Fixes BUKKIT-1228feildmaster2012-06-09-0/+2
|
* Fix fireballs freezing when the chunk unloads. Addresses BUKKIT-1228feildmaster2012-06-09-0/+10
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-5/+5
|
* Fixed EntityDamageByEntityEvent to call for every attackable entity. Fixes ↵feildmaster2012-03-15-22/+15
| | | | BUKKIT-1129, Fixes BUKKIT-1054 and Fixes BUKKIT-147.
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-90/+102
|
* Updated to rename revision 02Erik Broes2012-03-01-2/+2
|
* [Bleeding] Moved projectile EntityDamageByEntityEvent's to event factory. ↵Feildmaster2012-02-19-22/+3
| | | | Addresses BUKKIT-775
* [Bleeding] Fire EntityDamageByEntityEvent's for EnderDragon being hit by ↵Feildmaster2012-02-09-2/+1
| | | | Projectiles.
* Some efficiency updates to hit-mechanics. Thanks mintplant for the PR.Erik Broes2012-01-15-1/+1
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-3/+3
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Updated to Minecraft 1.1Erik Broes2012-01-12-5/+5
|
* Fix balance of CraftBukkit start/end.Erik Broes2012-01-12-1/+2
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-2/+2
|
* Clean-up some events to maintain general styleAndrew Ardill2011-12-05-1/+2
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-11/+11
|
* cleanup of projectilesAndrew Ardill2011-11-29-3/+0
|
* Fixed fireballs sleeping on the jobNathan Adams2011-11-23-0/+1
|
* Update for 1.0.0Erik Broes2011-11-20-79/+94
|
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-12/+12
|
* Rename revision 2Dinnerbone2011-09-15-4/+4
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-12/+12
|
* Retiring EntityDamageByProjectileEvent in favor of EntityDamageEvent.sunkid2011-07-28-4/+4
|
* Made ProjectileHitEvent fire instantly when projectiles don't hit entities.sunkid2011-07-14-0/+5
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-7/+7
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-13/+6
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Implemented the concept of a projectile.sunkid2011-06-18-12/+18
|
* Added the implementation of the concept of an Explosive.sunkid2011-06-17-1/+5
|
* Generic cleanupErik Broes2011-06-12-10/+11
|
* Fixed fireball explosions not producing fire.EvilSeph2011-06-10-1/+1
|
* Update for 1.6.5Erik Broes2011-05-30-7/+7
|
* Implemented 1.6!Dinnerbone2011-05-26-57/+61
|
* Update for 1.5_02.Erik Broes2011-04-21-10/+10
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-21/+21
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-6/+6
|