Commit Graph

394 Commits

Author SHA1 Message Date
Bukkit/Spigot
588b818f57 SPIGOT-5486: Raider CanJoinRaid
By: md_5 <git@md-5.net>
2019-12-29 14:21:09 +11:00
Bukkit/Spigot
b99f20b1b4 SPIGOT-5413: Add TrustedPlayer API for foxes
By: md_5 <git@md-5.net>
2019-12-23 12:34:30 +11:00
Bukkit/Spigot
2e90ef9c6f Block trace methods do not require hash sets
By: md_5 <git@md-5.net>
2019-12-23 10:34:19 +11:00
Bukkit/Spigot
d16413b877 Javadoc improvements per checkstyle
By: md_5 <git@md-5.net>
2019-12-22 09:56:28 +11:00
Bukkit/Spigot
7887b38ac0 Update to Minecraft 1.15
By: md_5 <git@md-5.net>
2019-12-11 09:00:00 +11:00
Bukkit/Spigot
4fc667e475 Remove some draft API designations
By: md_5 <git@md-5.net>
2019-12-09 18:50:51 +11:00
Bukkit/Spigot
2613a8f86e Fix javadoc warning in Firework.setShotAtAngle
By: md_5 <git@md-5.net>
2019-10-18 20:07:52 +11:00
Bukkit/Spigot
26d26569a8 SPIGOT-5329: Clarify isGlowing documentation
By: md_5 <git@md-5.net>
2019-09-19 17:12:56 +10:00
Bukkit/Spigot
550732e436 Fix typos in previous commits
Thanks ShaneBee

By: md_5 <git@md-5.net>
2019-09-18 20:02:30 +10:00
Bukkit/Spigot
33f110a246 SPIGOT-5317: Create accessors for player absorption hearts
By: md_5 <git@md-5.net>
2019-09-13 20:04:37 +10:00
Bukkit/Spigot
5397c5b7be SPIGOT-5231: ShotAtAngle API for Fireworks
By: md_5 <git@md-5.net>
2019-08-02 19:31:53 +10:00
Bukkit/Spigot
17034cc249 SPIGOT-5180: Add Villager#sleep() and #wakeup() methods
By: LelouBil <bilel.jahid@gmail.com>
2019-07-22 00:00:36 +02:00
Bukkit/Spigot
29b0bdf48b SPIGOT-5121: Method to set PierceLevel of arrows
By: md_5 <git@md-5.net>
2019-06-30 09:52:12 +10:00
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