summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/entity/Player.java
Commit message (Expand)AuthorAgeLines
* Add Player.stopSoundmd_52016-06-11-0/+14
* Implement Particle APIThinkofdeath2016-03-01-0/+196
* Add basic sendTitle / resetTitle API.Jofkos2015-07-10-0/+21
* SPIGOT-436: Add accompanying getSpectatorTarget().md_52015-06-12-0/+9
* SPIGOT-436: Add spectator camera API.md_52015-06-09-0/+11
* [SPIGOT-251] Removed deprecation of playSound() method, as new resource pack ...olivervscreeper2015-05-28-2/+0
* Clean up the javadoc to pass java 8's doclintThinkofdeath2014-11-30-1/+3
* Add method to send fake sign updates to players. Adds BUKKIT-2300Patrick Seidel2014-04-02-0/+17
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2014-02-08-1/+1
* [Bleeding] Fix Achievement and Statistic API. Fixes BUKKIT-5305t00thpick12014-01-16-9/+239
* Add new setResourcePack method. Fixes BUKKIT-5015Nate Mortensen2013-12-17-0/+32
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-73/+108
* Deprecate magic valuesWesley Wolfe2013-08-28-0/+12
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-08-03-0/+4
* Add 1.6 PlaySound command. Fixes BUKKIT-4489h31ix2013-08-02-0/+14
* Add API to control scaled health. Adds BUKKIT-4590T00thpick12013-07-21-6/+30
* Add scale health display API. Adds BUKKIT-4432Wesley Wolfe2013-07-03-0/+21
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-05-16-1/+1
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-04-13-3/+7
* Add Scoreboard API and Command. Adds BUKKIT-3776, BUKKIT-3834mbax2013-04-03-0/+16
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-04-02-16/+16
* Add per-player Weather API. Adds BUKKIT-812T00thpick12013-03-18-0/+24
* No @Override here in Java 1.5.Travis Watkins2013-03-17-1/+0
* Add Entity.isOnGround(). Adds BUKKIT-3787Chad Waters2013-03-17-0/+11
* Add API to allow plugins to request players switch to a texture pack. Adds BU...Wojciech Stryjewski2012-12-20-0/+23
* Update ExpCommand with levels support. Fixes BUKKIT-2683 and partially fixes ...EvilSeph2012-10-29-0/+7
* Expose setBedSpawnLocation with force option. Adds BUKKIT-2709EvilSeph2012-10-29-0/+8
* Add API for Sound, and playing the sounds for Worlds and Players. Adds BUKKIT...feildmaster2012-08-21-0/+14
* Add API to set and get movement modifiers. Addresses BUKKIT-2205Wesley Wolfe2012-08-10-0/+26
* Javadoc updatesfeildmaster2012-06-03-7/+7
* Added player.isFlying|setFlying to check if a player is flying, or make them ...Nathan Adams2012-03-22-0/+13
* [Bleeding] Added Conversations API. Addresses BUKKIT-864rmichela2012-03-01-1/+2
* Implementation of richer playEffect methods. Addresses BUKKIT-857Celtic Minstrel2012-02-29-1/+10
* Deprecation cleanup.Erik Broes2012-02-18-22/+0
* [Bleeding] Added Potions API. Fixes BUKKIT-389fullwall2012-02-10-0/+1
* [Bleeding] Added Vanish API for hiding players from each other.Travis Watkins2012-02-03-0/+22
* Player.setPlayerListName no longer ignores colour length in size limit. This ...Nathan Adams2012-01-19-1/+0
* Add Player.setBedSpawnLocation(Location). Thanks md_5Erik Broes2012-01-17-0/+7
* Generic cleaningErik Broes2012-01-15-12/+10
* Added Player set/getAllowFlight methods. Thanks to Qala for the PR.Nathan Adams2012-01-15-0/+15
* Updated javadocs of Player.setPlayerListName to reflect that the char limit i...Nathan Adams2012-01-14-0/+1
* Implemented new Plugin Message API - see http://dinnerbone.com/blog/2012/01/1...Nathan Adams2012-01-13-1/+2
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-2/+5
* Deprecated player methods: getExperience setExperience due to new float value...Nathan Adams2011-11-30-2/+34
* Renamed player.setListName to something a little more sensicalDinnerbone2011-10-03-6/+10
* Added Player.get/setListName to change the name of the player on the player l...sk89q2011-09-26-0/+25
* Many javadoc fixes thanks to Celtic MinstrelDinnerbone2011-09-25-21/+21
* Added PlayerToggleSprint event and sprinting related API.Rigby2011-09-21-0/+15
* Added getBedSpawnLocation to Player. Thanks fernferret!EvilSeph2011-09-20-3/+10
* Added Player saturation, exhaustion and food level methodsDinnerbone2011-09-15-0/+49