summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/craftbukkit/entity
Commit message (Expand)AuthorAgeLines
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-40/+166
* Update CraftBukkit to Minecraft 1.5.2Travis Watkins2013-04-27-3/+3
* Check connection status before setting scoreboard. Fixes BUKKIT-4064Wesley Wolfe2013-04-12-0/+8
* Implement Scoreboard API. Adds BUKKIT-3776mbax2013-04-04-1/+12
* Allow fishing success rate to be adjustable. Adds BUKKIT-3837Andre LeBlanc2013-03-25-0/+21
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-7/+7
* Include ThrownPotion in spawn methods. Adds BUKKIT-2542Carlos Cobo2013-03-23-0/+7
* Add ability to modify ThrownPotion properties. Adds BUKKIT-3197Olof Larsson2013-03-21-7/+23
* Add method to get the source of a TNTPrimed. Adds BUKKIT-3815AlphaBlend2013-03-21-0/+15
* Implement per-player Weather API. Adds BUKKIT-812T00thpick12013-03-18-0/+13
* Make CraftMinecartHopper work as InventoryHolder. Adds BUKKIT-3796Michael Limiero2013-03-18-5/+17
* Implement Entity.isOnGround(). Adds BUKKIT-3787Chad Waters2013-03-17-0/+4
* Implement Hopper block state and inventory methods. Adds BUKKIT-3749Michael Limiero2013-03-17-1/+7
* Limit mob names to 64 chars to avoid client crash. Fixes BUKKIT-3753Travis Watkins2013-03-16-0/+5
* Handle the newly refactored minecarts.Wesley Wolfe2013-03-16-28/+66
* Use proper naming convention for boolean methods.Travis Watkins2013-03-15-1/+1
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-44/+104
* Close inventory on teleport. FIXES BUKKIT-3021.Andrzej Pomirski2013-02-10-4/+5
* Fix players spawning above portals. Fixes BUKKIT-3542.James Clarke2013-02-04-1/+1
* Fix NPE when getting bed spawn location.feildmaster2013-01-29-1/+1
* Fix contract with Player.getBedSpawnLocation. Fixes BUKKIT-3525feildmaster2013-01-29-2/+7
* Update Fireballs to account for ExplosionPower. Fixes BUKKIT-3460feildmaster2013-01-27-0/+6
* Update CraftBukkit to Minecraft 1.4.7feildmaster2013-01-17-6/+6
* Update calls to DyeColor getData and getByData. Addresses BUKKIT-2786Wesley Wolfe2013-01-05-4/+4
* Fix "setSitting" on tameable animals. Fixes BUKKIT-1534feildmaster2013-01-01-2/+1
* Don't teleport entities that are considered dead. Addresses BUKKIT-1331feildmaster2012-12-29-0/+18
* Fix fireworks being short lived. Fixes BUKKIT-3291feildmaster2012-12-23-2/+2
* Properly update fireworks. Fixes BUKKIT-3289feildmaster2012-12-23-1/+3
* Implement entity max health methods. Adds BUKKIT-266feildmaster2012-12-23-1/+54
* Report valid health when getting Entity health. Fixes BUKKIT-3210feildmaster2012-12-23-1/+1
* Update firework power when modifying meta. Fixes BUKKIT-3272Travis Watkins2012-12-22-0/+6
* Implement API to get and set FireworkMeta on Firework entitiesfeildmaster2012-12-21-0/+30
* Add API to allow plugins to request players switch to a texture pack. Adds BU...Wojciech Stryjewski2012-12-20-0/+10
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-52/+81
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-6/+6
* ItemStack.asBukkitStack(null) should return Air. Fixes BUKKIT-3170feildmaster2012-12-15-4/+2
* Missed a renamefeildmaster2012-12-10-1/+1
* Add EntityEquipment API. Adds BUKKIT-3103feildmaster2012-12-10-0/+25
* [Bleeding] Correct getEyeHeight value. Fixes BUKKIT-3130h31ix2012-12-10-1/+1
* [Bleeding] Fix NPE with a null bedSpawnLocation. Fixes BUKKIT-1500EdGruberman2012-12-10-2/+6
* Provide a faster way to get a location. Adds BUKKIT-3120Travis Watkins2012-12-07-0/+13
* Use shooter constructor for Fireballs. Fixes BUKKIT-3121feildmaster2012-12-07-8/+6
* Add the ability to launch WitherSkulls. Fixes BUKKIT-3106feildmaster2012-12-07-3/+6
* Implement API for wolves collar color. Adds BUKKIT-3109feildmaster2012-12-05-0/+9
* Implement API for mob despawn when away from players. Adds BUKKIT-2986Travis Watkins2012-12-04-0/+8
* [BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069feildmaster2012-12-01-8/+8
* Fix teleporting entities with vehicles/passengers teleporting you illegally. ...feildmaster2012-11-20-2/+11
* No teleporting people back into the server. Fixes BUKKIT-2298Wesley Wolfe2012-11-19-3/+2
* Implement API for Skeleton and Zombie types. Fixes BUKKIT-2818James Clarke2012-11-17-0/+26
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-4/+7