Bukkit/Spigot
aa6ffe2455
Add Player#openBook(ItemStack) method
...
This PR adds the openBook(ItemStack) method to Player that allows opening a
Material.WRITTEN_BOOK for a player on demand.
By: simpleauthority <jacob@algorithmjunkie.com >
2019-06-06 00:46:53 -07:00
Bukkit/Spigot
b2c53e8c68
Fix some javadoc warnings
...
Also remove a couple old/broken deprecated methods
By: md_5 <git@md-5.net >
2019-05-20 20:29:33 +10:00
Bukkit/Spigot
82854b7bd7
Add Override annotations where appropriate
...
By: md_5 <git@md-5.net >
2019-04-28 11:37:52 +10:00
Bukkit/Spigot
e9ae9842f0
Apply and enforce import ordering rules
...
By: md_5 <git@md-5.net >
2019-04-23 14:33:57 +10:00
Bukkit/Spigot
416c865476
SPIGOT-2540: Add nullability annotations to entire Bukkit API
...
By: Darkyenus <darkyenus@gmail.com >
2019-03-13 17:42:57 +11:00
Bukkit/Spigot
e943059623
SPIGOT-4560: Add HumanEntity.sleep and related APIs
...
By: md_5 <git@md-5.net >
2019-01-02 14:37:43 +11:00
Bukkit/Spigot
0face3d06a
Remove no longer applicable caveats to setPlayerListName
...
By: md_5 <git@md-5.net >
2018-11-23 14:32:28 +11:00
Bukkit/Spigot
511827f499
Remove some draft API designations
...
By: md_5 <git@md-5.net >
2018-11-23 11:41:32 +11:00
Bukkit/Spigot
60183211fe
API to get client side view distance.
...
By: md_5 <git@md-5.net >
2018-11-02 21:24:09 +11:00
Bukkit/Spigot
66cea125d6
Minor cosmetic cleanups to imports etc
...
Please see https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/pull-requests/389/overview
By: Parker Hawke <hawkeboyz2@hotmail.com >
2018-10-27 14:55:52 -04:00
Bukkit/Spigot
e71541b778
Remove some additional draft API markings
...
By: md_5 <git@md-5.net >
2018-08-29 17:03:37 +10:00
Bukkit/Spigot
cb5d8ec4e1
SPIGOT-4258: Add Player.updateCommands method
...
By: md_5 <git@md-5.net >
2018-08-12 09:40:51 +10:00
Bukkit/Spigot
6400a40fb2
SPIGOT-1714: Draft API for player list header / footer
...
By: md_5 <git@md-5.net >
2018-07-29 21:29:46 +10:00
Bukkit/Spigot
767e4f6ccf
Update to Minecraft 1.13-pre7
...
By: md_5 <git@md-5.net >
2018-07-15 10:00:00 +10:00
Bukkit/Spigot
7f67ce93a3
SPIGOT-3663: Add plugin parameter to hidePlayer+showPlayer.
...
By: Chris Cowan <agentme49@gmail.com >
2017-11-23 17:09:29 -08:00
Bukkit/Spigot
6e76dbda88
SPIGOT-439: Add player locale related APIs.
...
By: MiniDigger <admin@minidigger.me >
2017-05-26 23:31:07 +02:00
Bukkit/Spigot
ea9e27bfea
SPIGOT-3259: Clarify JavaDoc regarding totalExperience
...
By: md_5 <git@md-5.net >
2017-05-22 18:51:55 +10:00
Bukkit/Spigot
75a18fd5ad
Minecraft 1.12-pre2 API Changes
...
By: md_5 <git@md-5.net >
2017-05-14 12:00:00 +10:00
Bukkit/Spigot
d2ab7b2156
Deprecate Achievements as they are not present in future versions of Minecraft
...
By: md_5 <git@md-5.net >
2017-03-31 19:38:29 +11:00
Bukkit/Spigot
df670812cb
SPIGOT-2152: Method to set resource pack + hash.
...
By: Max Lee <mail@moep.tv >
2017-02-14 14:00:30 +01:00
Bukkit/Spigot
0eb214e0e8
Remove deprecated Player.isOnGround because pushing it up the hierarchy is safe.
...
By: md_5 <git@md-5.net >
2017-01-03 21:09:48 +11:00
Bukkit/Spigot
3a7985cb33
SPIGOT-1036: Add API to manipulate sendTitle timings.
...
By: md_5 <git@md-5.net >
2016-12-16 09:48:08 +11:00
Bukkit/Spigot
c5f5673150
Add stopSound for specific sound category
...
By: md_5 <git@md-5.net >
2016-11-19 14:24:40 +11:00
Bukkit/Spigot
1396386f23
Implement SoundCategory for playing sounds.
...
By: LukBukkit <luk.bukkit@gmail.com >
2016-11-19 14:19:53 +11:00
Bukkit/Spigot
09cb84067f
Add Player.stopSound
...
By: md_5 <git@md-5.net >
2016-06-11 09:13:34 +10:00
Bukkit/Spigot
bbb7d2b8a8
Implement Particle API
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2016-03-01 08:30:03 +11:00
Bukkit/Spigot
5da3d70916
Add basic sendTitle / resetTitle API.
...
More APIs to follow pending feedback of whether this is the preferred implementation. Methods marked as deprecated and subject to change, but work as is.
By: Jofkos <JofkosDE@gmail.com >
2015-07-10 16:19:12 +10:00
Bukkit/Spigot
dc0588c29d
SPIGOT-436: Add accompanying getSpectatorTarget().
...
By: md_5 <git@md-5.net >
2015-06-12 15:34:32 +10:00
Bukkit/Spigot
955a2a43a2
SPIGOT-436: Add spectator camera API.
...
By: md_5 <git@md-5.net >
2015-06-07 17:54:12 +10:00
Bukkit/Spigot
cca150746b
[SPIGOT-251] Removed deprecation of playSound() method, as new resource pack features mean sound names as strings are intended.
...
For more information see the linked issue or the playsound command.
http://minecraft.gamepedia.com/Sounds.json
By: olivervscreeper <dev@olivervscreeper.co.uk >
2015-05-28 11:06:39 +01:00
Bukkit/Spigot
b2d54f59bb
Clean up the javadoc to pass java 8's doclint
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2014-11-30 21:09:01 +00:00
Bukkit/Spigot
9581550637
Add method to send fake sign updates to players. Adds BUKKIT-2300
...
By: Patrick Seidel <psycowithespn1@aim.com >
2013-03-21 16:48:06 -04:00
Bukkit/Spigot
04d5aec52c
Pulling all pending Bukkit-JavaDoc changes
...
By: Wesley Wolfe <weswolf@aol.com >
2014-02-08 06:05:41 -05:00
Bukkit/Spigot
5c0ae695bc
[Bleeding] Fix Achievement and Statistic API. Fixes BUKKIT-5305
...
By: t00thpick1 <t00thpick1dirko@gmail.com >
2014-01-14 23:16:04 -05:00
Bukkit/Spigot
1809b61bd2
Add new setResourcePack method. Fixes BUKKIT-5015
...
Minecraft now uses resource packs instead of texture packs.
This commit adds a new method specific for resource packs, and deprecates
setTexturePack.
By: Nate Mortensen <nate.richard.mortensen@gmail.com >
2013-12-17 19:44:21 -07:00
Bukkit/Spigot
bb50f1a774
Pulling all pending Bukkit-JavaDoc changes
...
A special thanks goes to @aerouk for almost all of the changes found here.
By: Wesley Wolfe <weswolf@aol.com >
2013-12-15 01:07:43 -05:00
Bukkit/Spigot
f9bec6eadd
Deprecate magic values
...
By: Wesley Wolfe <weswolf@aol.com >
2013-08-19 13:32:18 -05:00
Bukkit/Spigot
599ec05858
Pulling all pending Bukkit-JavaDoc changes
...
By: Edmond Poon <sagaciouszzzz@gmail.com >
2013-08-03 21:46:30 -04:00
Bukkit/Spigot
06abcc1323
Add 1.6 PlaySound command. Fixes BUKKIT-4489
...
By: h31ix <zero_gravity@outlook.com >
2013-07-19 18:02:40 -04:00
Bukkit/Spigot
133585430c
Add API to control scaled health. Adds BUKKIT-4590
...
By: T00thpick1 <t00thpick1dirko@gmail.com >
2013-07-19 23:00:15 -04:00
Bukkit/Spigot
cd6af522b1
Add scale health display API. Adds BUKKIT-4432
...
By: Wesley Wolfe <weswolf@aol.com >
2013-07-03 01:15:53 -05:00
Bukkit/Spigot
1366d7b502
Pulling all pending Bukkit-JavaDoc changes
...
By: Wesley Wolfe <weswolf@aol.com >
2013-05-16 04:41:09 -05:00
Bukkit/Spigot
a98bf9de33
Pulling all pending Bukkit-JavaDoc changes
...
By: Wesley Wolfe <weswolf@aol.com >
2013-04-13 01:36:32 -05:00
Bukkit/Spigot
0a419b9e4d
Add Scoreboard API and Command. Adds BUKKIT-3776, BUKKIT-3834
...
The implementation is designed around having both a main scoreboard and
numberous plugin managed scoreboards that can be displayed to specific
players.
Plugin managed scoreboards are active so long as a reference is kept by a
plugin, or it has been registered as a player's active scoreboard. Objects
specific to a scoreboard remain active until unregistered (which remove a
reference to the owning scoreboard), but quickly fail if accessed
post-unregistration.
By: mbax <github@phozop.net >
2013-03-20 14:14:42 -04:00
Bukkit/Spigot
761a84cb1b
Pulling all pending Bukkit-JavaDoc changes
...
By: Edmond Poon <sagaciouszzzz@gmail.com >
2013-04-02 00:11:22 -04:00
Bukkit/Spigot
cc30a80aa3
Add per-player Weather API. Adds BUKKIT-812
...
By: T00thpick1 <t00thpick1dirko@gmail.com >
2012-12-07 14:19:01 -05:00
Bukkit/Spigot
1a9aed23bf
No @Override here in Java 1.5.
...
By: Travis Watkins <amaranth@ubuntu.com >
2013-03-17 22:29:05 -05:00
Bukkit/Spigot
b7588566f2
Add Entity.isOnGround(). Adds BUKKIT-3787
...
By: Chad Waters <authorblues@gmail.com >
2013-03-17 11:59:04 -04:00
Bukkit/Spigot
5ec9be7042
Add API to allow plugins to request players switch to a texture pack. Adds BUKKIT-2579
...
The setTexturePack method causes the player's client to
download and switch to a texture pack specified by a URL.
Note: Players can disable server textures on their client, in which
case this API would not affect them.
By: Wojciech Stryjewski <thvortex@gmail.com >
2012-10-09 16:12:24 -05:00
Bukkit/Spigot
20f7f0c725
Update ExpCommand with levels support. Fixes BUKKIT-2683 and partially fixes BUKKIT-2671
...
By: EvilSeph <evilseph@gmail.com >
2012-10-29 05:19:20 -04:00