Bukkit/Spigot
bbfbe07719
SPIGOT-5098: Add a method to allow colored sign changes
...
By: Yannick Lamprecht <yannicklamprecht@live.de>
2019-06-22 15:42:22 +02:00
Bukkit/Spigot
073d435536
Update to Minecraft 1.14.3-pre4
...
By: md_5 <git@md-5.net>
2019-06-21 20:00:00 +10:00
Bukkit/Spigot
8cd55c2837
Fix javadoc mistakes in previous commit
...
By: md_5 <git@md-5.net>
2019-06-17 21:27:41 +10:00
Bukkit/Spigot
b24d72b84a
SPIGOT-5061: Add explode and ignite methods to Creeper
...
By: i509VCB <null>
2019-06-14 17:21:25 -05:00
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
86dee5827e
SPIGOT-4833: Allow access to LivingEntity memories
...
By: Yannick Lamprecht <yannicklamprecht@live.de>
2019-05-19 19:57:33 +10:00
Bukkit/Spigot
1a0f762c38
SPIGOT-4943: Zombie villager conversion player API.
...
By: blablubbabc <lukas@wirsindwir.de>
2019-05-17 14:08:43 +02:00
Bukkit/Spigot
12798cd084
SPIGOT-4893: Don't reset angry state of wolves without target.
...
By: md_5 <git@md-5.net>
2019-05-11 13:12:28 +10:00
Bukkit/Spigot
1ac05c8b80
SPIGOT-4887: Villager level minimum is 1
...
By: blablubbabc <lukas@wirsindwir.de>
2019-05-07 15:35:44 +02:00
Bukkit/Spigot
413964569b
SPIGOT-4886: Villager type SNOWY should be named SNOW
...
By: blablubbabc <lukas@wirsindwir.de>
2019-05-07 15:24:57 +02:00
Bukkit/Spigot
e917cff666
Fix javadoc errors
...
By: md_5 <git@md-5.net>
2019-05-05 12:59:26 +10:00
Bukkit/Spigot
11c5260e6a
SPIGOT-4834: API for Villager levels and experience
...
By: md_5 <git@md-5.net>
2019-05-05 12:03:15 +10:00
Bukkit/Spigot
713ac360bf
SPIGOT-4820: Villager Type API
...
By: md_5 <git@md-5.net>
2019-05-01 18:39:34 +10:00
Bukkit/Spigot
822d06fd4b
SPIGOT-4819: Continue refactoring of Arrow-related APIs
...
By: md_5 <git@md-5.net>
2019-04-30 21:12:59 +10:00
Bukkit/Spigot
5f1aef7419
SPIGOT-4803: Fox related APIs
...
By: md_5 <git@md-5.net>
2019-04-28 17:58:30 +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
b554f3f183
SPIGOT-4784: Collar colour API for Cats
...
By: md_5 <git@md-5.net>
2019-04-27 12:52:37 +10:00
Bukkit/Spigot
c118b02278
SPIGOT-4753: Add Pose API
...
By: md_5 <git@md-5.net>
2019-04-27 10:26:35 +10:00
Bukkit/Spigot
3eb336e441
Add variant API to MushroomCow
...
By: md_5 <git@md-5.net>
2019-04-26 14:48:04 +10:00
Bukkit/Spigot
ddfd4b10c4
Replace ItemTag API with new API that also expands to Tiles and Entities
...
By: Bjarne Koll <LynxPlay101@gmail.com>
2019-04-25 14:24:05 +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
c240b58f66
Begin implementation of CheckStyle style checking
...
By: md_5 <git@md-5.net>
2019-04-23 14:00:20 +10:00
Bukkit/Spigot
30a442aef7
Update to Minecraft 1.14-pre5
...
By: md_5 <git@md-5.net>
2019-04-23 12:00:00 +10:00
Bukkit/Spigot
423392f6f7
Added Entity#setRotation.
...
Unlike Entity#teleport this can also be used while the entity is inside a vehicle.
By: blablubbabc <lukas@wirsindwir.de>
2019-03-25 22:59:27 +01:00
Bukkit/Spigot
9bd8e66c7d
Remove nullability annotations from enum constructors
...
By: Darkyenus <darkyenus@gmail.com>
2019-03-14 11:28:51 +01: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
a9891b05f1
SPIGOT-4650: Charging API for Vex
...
By: md_5 <git@md-5.net>
2019-03-05 16:47:25 +11:00
Bukkit/Spigot
71b6e8e6c6
Add love mode API to Animals
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2019-02-27 14:15:48 -05: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
e8f711959a
Add API to get / set base arrow damage
...
By: md_5 <git@md-5.net>
2018-12-26 08:00:00 +11:00
Bukkit/Spigot
89f6a499ed
SPIGOT-4526: Add conversion time API for Zombie & subclasses
...
By: md_5 <git@md-5.net>
2018-12-13 14:10:26 +11:00
Bukkit/Spigot
3f4b83c996
Add PlayerSpawned API for Endermites
...
By: md_5 <git@md-5.net>
2018-12-10 10:39:39 +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
4782571b82
Add API to manipulate boss bar of entities and those created by commands
...
By: Yannick Lamprecht <yannicklamprecht@live.de>
2018-11-10 20:22:05 +11:00
Bukkit/Spigot
d73efd2f89
SPIGOT-4460: Update documentation of Wolf#setAngry
...
By: md_5 <git@md-5.net>
2018-11-03 20:38:10 +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
55523cfcfc
Add ray tracing and bounding box API
...
By: blablubbabc <lukas@wirsindwir.de>
2018-10-26 19:59:36 +11:00
Bukkit/Spigot
9961f89c88
Make setPersistent also control player saving
...
By: Ugleh <troti@ymail.com>
2018-10-02 11:42:30 -04:00
Bukkit/Spigot
b7719b7e4a
Add PlayerRecipeDiscoverEvent and methods to (un/)discover recipes
...
By: Parker Hawke <hawkeboyz2@hotmail.com>
2018-09-29 19:22:59 -04:00
Bukkit/Spigot
5f1c3987ab
SPIGOT-4314: Ability to change item in frame without playing sound
...
By: simpleauthority <jacob@algorithmjunkie.com>
2018-09-11 00:07:14 -07:00
Bukkit/Spigot
3208cbdd7f
Add getFacing method to get the current cardinal direction an entity is facing.
...
By: Senmori <thesenmori@gmail.com>
2018-09-02 18:28:54 -04:00
Bukkit/Spigot
0eec8c8041
SPIGOT-4338: breedCause API
...
By: md_5 <git@md-5.net>
2018-09-01 19:27:49 +10: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
bc79e54afd
Update docs for Enderman carrying methods
...
By: md_5 <git@md-5.net>
2018-08-15 08:52:07 +10:00
Bukkit/Spigot
f50aec2a42
SPIGOT-1936: LootTable API
...
By: Senmori <thesenmori@gmail.com>
2018-08-12 18:23:28 +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
d2b8685893
Improve entity hierarchy by adding Mob interface.
...
By: md_5 <git@md-5.net>
2018-08-10 19:47:56 +10:00