summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityEnderPearl.java
Commit message (Collapse)AuthorAgeLines
* Made ender pearls use the player's yaw and pitch. Fixes BUKKIT-1056EvilSeph2012-03-11-1/+7
|
* Fixed EnderPearls not being limited to the world they were used in. Fixes ↵EvilSeph2012-03-08-1/+1
| | | | BUKKIT-658
* [Bleeding] Use event values for damage.Feildmaster2012-02-09-1/+1
|
* Fix formatting.Erik Broes2012-01-15-2/+2
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-2/+2
| | | | | 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-1/+2
|
* Fixed issues with Ender Pearls. This fixes BUKKIT-248 and BUKKIT-264.EvilSeph2011-12-11-5/+6
|
* Indicate when a teleport event was triggered by ender pearls or unknown ↵Nathan Adams2011-12-04-9/+24
| | | | internal teleports
* Fixed ender pearls ignoring damage cancellationNathan Adams2011-12-02-1/+4
|
* Fixed exploit with Ender Pearls, and made them perform a damage event. This ↵Nathan Adams2011-12-01-0/+52
fixes BUKKIT-38