Commit graph

2151 commits

Author SHA1 Message Date
Bukkit/Spigot
e61abecd39 SPIGOT-5805: NPE when getting an Attribute from a Player
By: md_5 <git@md-5.net>
2020-06-25 13:19:09 +10:00
Bukkit/Spigot
996e9de16b SPIGOT-5802: Add SmithingRecipe API
By: md_5 <git@md-5.net>
2020-06-25 12:41:13 +10:00
Bukkit/Spigot
fbf78c9b5a #511: Add missing EntityEffect constants
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-06-25 10:00:00 +10:00
Bukkit/Spigot
65f4ce05ac SPIGOT-2106, SPIGOT-3942: Improve collidable API
By: Phoenix616 <mail@moep.tv>
2020-06-25 10:00:00 +10:00
Bukkit/Spigot
eed3a67ee8 Update to Minecraft 1.16.1
By: md_5 <git@md-5.net>
2020-06-25 10:00:00 +10:00
Bukkit/Spigot
3fd0ae0a81 SPIGOT-5782: Set Arrow Launched From Crossbow
By: md_5 <git@md-5.net>
2020-06-24 10:05:28 +10:00
Bukkit/Spigot
09c7575189 SPIGOT-5783: Add helpful info to UnknownDependencyException
By: md_5 <git@md-5.net>
2020-06-17 18:50:45 +10:00
Bukkit/Spigot
40d09ae808 SPIGOT-2623: Add EntityEquipment methods to get/set ItemStacks by slot.
By: blablubbabc <lukas@wirsindwir.de>
2020-06-13 20:56:29 +10:00
Bukkit/Spigot
f8ce884be6 SPIGOT-5751: Clarify behaviour of block drop-related API methods
By: Lars Dormans <lars.dormans@live.nl>
2020-06-03 19:25:33 +10:00
Bukkit/Spigot
036d0b41dd Move API notes to more obvious location
By: md_5 <git@md-5.net>
2020-06-01 19:23:49 +10:00
Bukkit/Spigot
7504d25db2 #497: Add Material#getCraftingRemainingItem() to get item left behind after crafting
By: ben <ben@benwoodworth.net>
2020-05-28 19:31:24 +10:00
Bukkit/Spigot
08c3c0c1c3 SPIGOT-5748: Add instant effect potion break to the Effect enum
By: WinX64 <winx64b@hotmail.com>
2020-05-26 19:34:25 +10:00
Bukkit/Spigot
08ed914c53 SPIGOT-5716: Clarify documentation of MultipleFacing
By: md_5 <git@md-5.net>
2020-05-09 16:12:11 +10:00
Bukkit/Spigot
b9bbaa2a71 #496: Add methods to get/set ItemStacks in EquipmentSlots
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-05-05 19:10:01 +10:00
Bukkit/Spigot
8d4eeb1b3d #492: Let Tameable extend Animals rather than Entity
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-05-02 17:52:20 +10:00
Bukkit/Spigot
01b8968e4b #495: Expose ItemStack and hand used in PlayerShearEntityEvent
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-05-02 17:48:02 +10:00
Bukkit/Spigot
4d40a4b485 #494: InventoryView - Add missing Brewing FUEL_TIME
By: ShaneBeee <shanebolenback@me.com>
2020-05-02 17:45:05 +10:00
Bukkit/Spigot
d21a8eaf95 SPIGOT-2304: Add LootGenerateEvent
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-04-30 19:15:54 +10:00
Bukkit/Spigot
711bd7b6f7 #486: Add method to get player's attack cooldown
By: DiamondDagger590 <diamonddagger590@gmail.com>
2020-04-23 11:13:44 +10:00
Bukkit/Spigot
ee3885052d SPIGOT-5681: Increase max plugin channel size
By: md_5 <git@md-5.net>
2020-04-22 11:52:43 +10:00
Bukkit/Spigot
cdcdb41329 Note which custom generator is missing required method
By: md_5 <git@md-5.net>
2020-04-17 14:37:58 +10:00
Bukkit/Spigot
23efa7fb0c SPIGOT-5641: Add Block.getDrops(ItemStack, Entity)
By: md_5 <git@md-5.net>
2020-04-05 16:51:54 +10:00
Bukkit/Spigot
2272d756ab Add specific notes about what is not API
By: md_5 <git@md-5.net>
2020-04-05 16:16:35 +10:00
Bukkit/Spigot
ef82c63b5f #484: Allow statistics to be accessed for offline players
By: SydMontague <sydmontague@phoenix-staffel.de>
2020-04-05 15:58:39 +10:00
Bukkit/Spigot
1628402608 Add FaceAttachable interface to handle Grindstone facing in common with Switches
By: md_5 <git@md-5.net>
2020-04-01 09:14:20 +11:00
Bukkit/Spigot
6546b51b70 SPIGOT-5647: ZombieVillager entity should have getVillagerType()
By: md_5 <git@md-5.net>
2020-03-30 12:15:14 +11:00
Bukkit/Spigot
48bc105f6f #482: Add a DragonBattle API to manipulate respawn phases etc
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-03-24 19:53:44 +11:00
Bukkit/Spigot
aec6ad036b #474: Add ability to set other plugin names as provided API so others can still depend on it
By: Phoenix616 <mail@moep.tv>
2020-03-15 18:59:32 +11:00
Bukkit/Spigot
b35aa20f22 SPIGOT-5484: Add more spawn tick settings
By: Phoenix616 <mail@moep.tv>
2020-03-07 18:17:30 +01:00
Bukkit/Spigot
5fee1ac76f #479: Add LivingEntity#attack, LivingEntity#swingMainHand, LivingEntity#swingOffHand
By: konsolas <vincentyntang@gmail.com>
2020-02-19 23:02:09 +00:00
Bukkit/Spigot
75ff29c678 SPIGOT-5591: Allow concurrent potion effects
By: md_5 <git@md-5.net>
2020-02-23 10:33:05 +11:00
Bukkit/Spigot
225dd2a6c6 Fix incorrect nullability in MultipleFacing
By: md_5 <git@md-5.net>
2020-02-21 13:34:56 +11:00
Bukkit/Spigot
11a4d6693e SPIGOT-5311: Add API to get/set item associated with throwable projectiles
By: Lars Dormans <lars.dormans@live.nl>
2020-02-21 09:53:46 +11:00
Bukkit/Spigot
188f017bdd Add set/isAware to disable Vanilla AI components of a Mob
By: konsolas <vincentyntang@gmail.com>
2020-02-19 10:51:02 +00:00
Bukkit/Spigot
0455dbf2f7 SPIGOT-5468: Improve Beehive TileEntity API
By: ShaneBee <shanebolenback@me.com>
2020-02-09 10:47:09 +11:00
Bukkit/Spigot
92cb9d0c47 #473: Add an API for passing the heightmap to getHighestBlockAt* method
By: ysl3000 <yannicklamprecht@live.de>
2020-02-09 10:31:05 +11:00
Bukkit/Spigot
26409057b9 #468: Allow delegation of certain elements to Vanilla when using a custom ChunkGenerator
Allows delegation of caves, decorations, mobs and structures to the Vanilla generation algorithms.
Overriding these methods to return true enables that aspect of Vanilla generation, which is applied after the ChunkGenerator's custom generation.

By: konsolas <vincentyntang@gmail.com>
2020-02-02 19:27:08 +11:00
Bukkit/Spigot
30948a8444 SPIGOT-5559: Add EntityPotionEffectEvent causes for PATROL_CAPTAIN and WITHER_ROSE
By: ShaneBee <shanebolenback@me.com>
2020-02-02 11:16:04 +11:00
Bukkit/Spigot
2a20e182b0 #467: Add method to remove a recipe by its key
By: ShaneBee <shanebolenback@me.com>
2020-02-02 10:32:47 +11:00
Bukkit/Spigot
d66f5c3295 Remove package-info from tests, breaks some IDEs
By: md_5 <git@md-5.net>
2020-01-29 09:24:17 +11:00
Bukkit/Spigot
e18807dc04 No longer necessary to synchronize sync events
By: md_5 <git@md-5.net>
2020-01-29 09:23:40 +11:00
Bukkit/Spigot
10ae864f52 Clarify documentation regarding getMaterial with legacyName = true
By: md_5 <git@md-5.net>
2020-01-28 16:32:57 +11:00
Bukkit/Spigot
d962970177 Improve dependency tracker
By: md_5 <git@md-5.net>
2020-01-28 13:36:39 +11:00
Bukkit/Spigot
99378a8c91 Add support for transitive depends in load access warning
By: md_5 <git@md-5.net>
2020-01-28 12:43:25 +11:00
Bukkit/Spigot
d1676c9727 SPIGOT-5526: Add EntityEnterBlockEvent
By: BlackHole <black-hole@live.com>
2020-01-16 00:01:11 +01:00
Bukkit/Spigot
109958b9e6 SPIGOT-5548: Show error that hints towards plugins misusing reflection
By: md_5 <git@md-5.net>
2020-01-28 08:46:14 +11:00
Bukkit/Spigot
ffa5a5dba7 SPIGOT-5546: Fix bad depend access using wrong provider in message
Also limit to once per plugin/provider pair

By: md_5 <git@md-5.net>
2020-01-27 16:46:29 +11:00
Bukkit/Spigot
0fc1ae9b1c Fix buggy classloader warning triggering for all classes
By: md_5 <git@md-5.net>
2020-01-27 10:58:39 +11:00
Bukkit/Spigot
fe8b567ad1 Print warning when loading classes from depends that have not been specified
By: md_5 <git@md-5.net>
2020-01-26 12:40:56 +11:00
Bukkit/Spigot
750cc90cb7 Fix bug where disablePlugin could remove ConfigurationSerializable classes from other plugins
By: md_5 <git@md-5.net>
2020-01-26 12:42:25 +11:00
Bukkit/Spigot
0c53c95293 Add additional checkstyle checks
By: md_5 <git@md-5.net>
2020-01-24 17:37:30 +11:00
Bukkit/Spigot
78e6909f8c Correct max page count in BookMeta docs
Page length lest as is due to implementation details

By: md_5 <git@md-5.net>
2020-01-26 17:58:25 +11:00
Bukkit/Spigot
600d52304d Correct max title length in BookMeta docs
By: md_5 <git@md-5.net>
2020-01-26 17:56:47 +11:00
Bukkit/Spigot
0a8b3c8742 SPIGOT-5540: Adding items to inventory causes legacy-data loading
By: md_5 <git@md-5.net>
2020-01-24 09:35:28 +11:00
Bukkit/Spigot
4b0f403a86 Deprecate ArmorStand equipment methods in favour of the standard and more complete EntityEquipment methods
By: md_5 <git@md-5.net>
2020-01-22 18:24:58 +11:00
Bukkit/Spigot
b0cb90fa04 SPIGOT-5534: ItemStack copy constructor can cause legacy layer to load
By: md_5 <git@md-5.net>
2020-01-22 13:45:15 +11:00
Bukkit/Spigot
902b81e2dd SPIGOT-5523: Clarify getHighestBlock docs with current behaviour
By: md_5 <git@md-5.net>
2020-01-22 08:58:47 +11:00
Bukkit/Spigot
eb35e8f1d1 Update to Minecraft 1.15.2
By: md_5 <git@md-5.net>
2020-01-22 08:00:00 +11:00
Bukkit/Spigot
35e62b85bf Clarify that TotalExperience (XpTotal) is not displayed anywhere
By: md_5 <git@md-5.net>
2020-01-21 10:34:30 +11:00
Bukkit/Spigot
f6d57504d7 #460: Add Player#sendExperienceChange
By: anhcraft <huynhduyanh123123@gmail.com>
2019-12-23 11:22:34 +07:00
Bukkit/Spigot
eb28d87c9f SPIGOT-5525: saveResource saves files from server jars
By: md_5 <git@md-5.net>
2020-01-20 16:16:46 +11:00
Bukkit/Spigot
51a4c2f4b2 Revert "SPIGOT-5515: Add basic validation against creating non-item itemstacks"
This reverts commit e5ce128c45.

By: md_5 <git@md-5.net>
2020-01-15 21:47:56 +11:00
Bukkit/Spigot
b9ce15ca0c SPIGOT-5516: Correct EnchantmentTarget values
By: md_5 <git@md-5.net>
2020-01-15 14:15:29 +11:00
Bukkit/Spigot
e5ce128c45 SPIGOT-5515: Add basic validation against creating non-item itemstacks
By: md_5 <git@md-5.net>
2020-01-15 14:03:12 +11:00
Bukkit/Spigot
b8b594d610 PortalEvent additions
This re-adds some of the functionality that the TravelAgent API provided previously

By: Phoenix616 <mail@moep.tv>
2020-01-11 19:09:58 +01:00
Bukkit/Spigot
258209b485 Add example to WorldCreator.generatorSettings documentation.
By: md_5 <git@md-5.net>
2020-01-07 16:46:01 +11:00
Bukkit/Spigot
281754ffbd SPIGOT-5496: API to create and manipulate hardcore worlds
By: md_5 <git@md-5.net>
2020-01-04 10:14:11 +11:00
Bukkit/Spigot
588b818f57 SPIGOT-5486: Raider CanJoinRaid
By: md_5 <git@md-5.net>
2019-12-29 14:21:09 +11:00
Bukkit/Spigot
b4b4ed5f67 Hyperlink 'Events' in raid event package documentation
By: md_5 <git@md-5.net>
2019-12-23 13:01:10 +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
d419ccca3f Add TimeSkipEvent
By: ShaneBee <shanebolenback@me.com>
2019-12-20 16:50:26 -08:00
Bukkit/Spigot
6639b4c3ca SPIGOT-794: Add boats to EntityPlaceEvent
By: md_5 <git@md-5.net>
2019-12-19 12:53:36 +11:00
Bukkit/Spigot
a585f4e3da SPIGOT-5464: Add BEEHIVE SpawnReason for when a bee leaves a beehive
By: ShaneBee <shanebolenback@me.com>
2019-12-18 00:56:48 -08:00
Bukkit/Spigot
ff11da2791 SPIGOT-5422: Add support for 3-dimensional biomes
By: md_5 <git@md-5.net>
2019-12-11 15:26:24 +11:00
Bukkit/Spigot
b8f7cbbca1 Fix bad link in deprecated FlowerPot MaterialData class
By: md_5 <git@md-5.net>
2019-12-11 10:39:42 +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
fb6a646cbc Update /version to reflect final build status.
By: md_5 <git@md-5.net>
2019-12-11 08: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
36f60e00a9 SPIGOT-5417: Campfire should implement Directional
By: md_5 <git@md-5.net>
2019-12-09 12:52:34 +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
463b006e43 SPIGOT-5341: Add Material.isAir
By: md_5 <git@md-5.net>
2019-10-06 18:41:45 +11:00
Bukkit/Spigot
fe63b8897f SPIGOT-5353: Expand explosion API by adding source entity
By: md_5 <git@md-5.net>
2019-10-05 17:16:41 +10:00
Bukkit/Spigot
5b756e3926 Add getLocation to configuration API
By: Garrett Koleda <gmatrixgames@gmail.com>
2019-09-21 02:16:13 +00: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
2b1d1adac0 Make Lantern extend BlockData
By: Noah <noahdaeger@hotmail.com>
2019-09-19 05:12:08 +00: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
85024025e2 Bring EnchantItemEvent documentation in line with EnchantmentOffer
By: md_5 <git@md-5.net>
2019-09-13 20:14:18 +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
e55a7d98fc SPIGOT-5320: Clarify scope of ExactChoice
By: md_5 <git@md-5.net>
2019-09-13 19:59:27 +10:00
Bukkit/Spigot
c2468083a2 SPIGOT-5158: Add SuspiciousStewMeta
By: ShaneBeee <shanebolenback@me.com>
2019-09-07 01:26:48 -07:00
Bukkit/Spigot
a09faa7259 SPIGOT-5310: Add Chunk.contains
By: md_5 <git@md-5.net>
2019-09-08 11:39:04 +10:00
Bukkit/Spigot
999db397ec Add API to get/set inhabited time of a Chunk
By: md_5 <git@md-5.net>
2019-09-07 16:48:23 +10:00
Bukkit/Spigot
a95818dc6a SPIGOT-5250: Add ChunkSnapshot.contains
By: md_5 <git@md-5.net>
2019-09-07 16:40:08 +10:00
Bukkit/Spigot
46e42dd362 SPIGOT-5255: Raid / patrol spawn reasons
By: md_5 <git@md-5.net>
2019-09-07 16:34:21 +10:00
Bukkit/Spigot
97c0e0bda2 SPIGOT-5301: BlockIgniteEvent for campfire + arrow
By: md_5 <git@md-5.net>
2019-09-02 13:14:23 +10:00
Bukkit/Spigot
71802c602b SPIGOT-5211: Add Raid API
By: anhcraft <admin@anhcraft.dev>
2019-08-12 18:09:35 +07:00
Bukkit/Spigot
2ef8482885 Remove incorrect javadoc from TargetReason
By: md_5 <git@md-5.net>
2019-08-24 19:03:59 +10:00
Bukkit/Spigot
80f20528ed SPIGOT-5282: Improve bucket event API
By: md_5 <git@md-5.net>
2019-08-23 20:30:10 +10:00