Paper/patches/api
Bjarne Koll 9460497d71
Apply furnace cook speed multiplier through event (#6378)
Previously the upstream FurnaceStartSmeltEvent would default to the
recipes cooking time, ignoring any modifications from the furnace speed
multiplier.
While this works correctly for upstream, paper introduces the speed
multiplier API, which allows a different cook time from the one provided
by the recipe.

This commit now passes the modified cooktime to the furnace start smelt
event explicitly, instead of allowing the event to default to the
recipes cooking time, thus ensuring that the speed modifier is
respected.

Resolves: #6376
2021-09-22 12:46:15 -07:00
..
0001-Convert-project-to-Gradle.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0002-Build-system-changes.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0003-Allow-use-of-TYPE_USE-annotations.patch Better checking for method return TYPE_USE annotations 2021-06-21 10:08:30 -07:00
0004-Add-FastUtil-to-Bukkit.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0005-Paper-Utils.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0006-Timings-v2.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0007-Adventure.patch Add more component name methods (#6578) 2021-09-22 11:34:40 -07:00
0008-Player-affects-spawning-API.patch refactor: do not import List; use FQN 2021-08-11 07:01:11 +02:00
0009-Add-getTPS-method.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6245) 2021-07-22 18:11:56 +00:00
0010-Entity-Origin-API.patch Add more component name methods (#6578) 2021-09-22 11:34:40 -07:00
0011-Version-Command-2.0.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0012-Add-PlayerLocaleChangeEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0013-Add-view-distance-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0014-Add-BeaconEffectEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0015-Add-PlayerInitialSpawnEvent.patch [ci skip] Fix various compile warnings (#6264) 2021-07-29 23:04:26 +00:00
0016-Automatically-disable-plugins-that-fail-to-load.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0017-Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6245) 2021-07-22 18:11:56 +00:00
0018-Graduate-bungeecord-chat-API-from-spigot-subclasses.patch refactor: do not import List; use FQN 2021-08-11 07:01:11 +02:00
0019-Add-exception-reporting-event.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0020-Player-Tab-List-and-Title-APIs.patch refactor: do not import List; use FQN 2021-08-11 07:01:11 +02:00
0021-Fix-ServerListPingEvent-flagging-as-Async.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0022-Add-BaseComponent-sendMessage-methods-to-CommandSend.patch Add more component name methods (#6578) 2021-09-22 11:34:40 -07:00
0023-Add-methods-for-working-with-arrows-stuck-in-living-.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0024-Complete-resource-pack-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0025-Use-ASM-for-event-executors.patch Implement Translatable in appropriate places (#6248) 2021-08-13 21:11:12 -07:00
0026-Add-a-call-helper-to-Event.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0027-Add-sender-name-to-commands.yml-replacement.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0028-Add-command-to-reload-permissions.yml-and-require-co.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6245) 2021-07-22 18:11:56 +00:00
0029-Custom-replacement-for-eaten-items.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0030-Entity-AddTo-RemoveFrom-World-Events.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0031-EntityPathfindEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0032-Reduce-thread-synchronization-in-MetadataStoreBase.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0033-Add-MetadataStoreBase.removeAll-Plugin.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0034-Add-PlayerUseUnknownEntityEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0035-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0036-Arrow-pickup-rule-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0037-EntityRegainHealthEvent-isFastRegen-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0038-LootTable-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0039-Add-EntityZapEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0040-Misc-Utils.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0041-Allow-Reloading-of-Command-Aliases.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6245) 2021-07-22 18:11:56 +00:00
0042-Add-source-to-PlayerExpChangeEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0043-Add-ProjectileCollideEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0044-Add-String-based-Action-Bar-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0045-Add-API-methods-to-control-if-armour-stands-can-move.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0046-IllegalPacketEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0047-Fireworks-API-s.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0048-PlayerTeleportEndGatewayEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0049-Provide-E-TE-Chunk-count-stat-methods.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0050-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0051-Expose-WorldBorder-isInBounds-Location-check.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0052-Add-configuration-option-to-prevent-player-names-fro.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6245) 2021-07-22 18:11:56 +00:00
0053-Fix-upstream-javadocs.patch Fix upstream nullability on entity equipment getters (#6519) 2021-09-22 10:23:21 -07:00
0054-Item-canEntityPickup.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0055-PlayerAttemptPickupItemEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0056-Add-UnknownCommandEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0057-Basic-PlayerProfile-API.patch Add warning to getOfflinePlayers (#6365) 2021-08-12 22:38:25 +00:00
0058-PlayerPickupItemEvent-setFlyAtPlayer.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0059-Shoulder-Entities-Release-API.patch Fix upstream nullability on entity equipment getters (#6519) 2021-09-22 10:23:21 -07:00
0060-Entity-fromMobSpawner.patch Add more component name methods (#6578) 2021-09-22 11:34:40 -07:00
0061-Profile-Lookup-Events.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0062-Improve-the-Saddle-API-for-Horses.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0063-Add-getI18NDisplayName-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0064-ensureServerConversions-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0065-Make-plugins-list-alphabetical.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0066-LivingEntity-setKiller.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0067-ProfileWhitelistVerifyEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0068-Allow-plugins-to-use-SLF4J-for-logging.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0069-Handle-plugin-prefixes-in-implementation-logging-con.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0070-Add-PlayerJumpEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0071-Add-workaround-for-plugins-modifying-the-parent-of-t.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0072-Add-PlayerArmorChangeEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0073-API-to-get-a-BlockState-without-a-snapshot.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0074-AsyncTabCompleteEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0075-Expose-client-protocol-version-and-virtual-host.patch refactor: do not import List; use FQN 2021-08-11 07:01:11 +02:00
0076-Display-warning-on-deprecated-recipe-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0077-PlayerPickupExperienceEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0078-ExperienceOrbMergeEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0079-Ability-to-apply-mending-to-XP-API.patch refactor: do not import List; use FQN 2021-08-11 07:01:11 +02:00
0080-PreCreatureSpawnEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0081-PlayerNaturallySpawnCreaturesEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0082-Add-setPlayerProfile-API-for-Skulls.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0083-Fill-Profile-Property-Events.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0084-PlayerAdvancementCriterionGrantEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0085-Add-ArmorStand-Item-Meta.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0086-Optimize-Hoppers.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0087-Tameable-getOwnerUniqueId-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0088-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0089-Add-extended-PaperServerListPingEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0090-Player.setPlayerProfile-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0091-getPlayerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0092-Add-legacy-ping-support-to-PaperServerListPingEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0093-Add-method-to-open-already-placed-sign.patch Fix upstream nullability on entity equipment getters (#6519) 2021-09-22 10:23:21 -07:00
0094-Add-Ban-Methods-to-Player-Objects.patch refactor: do not import List; use FQN 2021-08-11 07:01:11 +02:00
0095-EndermanEscapeEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0096-Enderman.teleportRandomly.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0097-Additional-world.getNearbyEntities-API-s.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0098-Location.isChunkLoaded-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0099-Expand-World.spawnParticle-API-and-add-Builder.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0100-EndermanAttackPlayerEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0101-Close-Plugin-Class-Loaders-on-Disable.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0102-WitchConsumePotionEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0103-WitchThrowPotionEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0104-Location.toBlockLocation-toCenterLocation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0105-PotionEffect-clone-methods.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0106-WitchReadyPotionEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0107-ItemStack-getMaxItemUseDuration.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0108-Add-EntityTeleportEndGatewayEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0109-Make-shield-blocking-delay-configurable.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0110-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0111-Add-getNearbyXXX-methods-to-Location.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0112-PlayerReadyArrowEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0113-Add-EntityKnockbackByEntityEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0114-Expand-Explosions-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0115-ItemStack-API-additions-for-quantity-flags-lore.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0116-LivingEntity-Hand-Raised-Item-Use-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0117-RangedEntity-API.patch AbstractSkeleton should extend RangedEntity (#6087) 2021-07-06 03:48:08 +00:00
0118-Add-World.getEntity-UUID-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0119-InventoryCloseEvent-Reason-API.patch Fix upstream nullability on entity equipment getters (#6519) 2021-09-22 10:23:21 -07:00
0120-Allow-setting-the-vex-s-summoner.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0121-Entity-getChunk-API.patch Add more component name methods (#6578) 2021-09-22 11:34:40 -07:00
0122-Add-an-asterisk-to-legacy-API-plugins.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0123-EnderDragon-Events.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0124-PlayerElytraBoostEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0125-PlayerLaunchProjectileEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0126-EntityTransformedEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0127-Allow-disabling-armour-stand-ticking.patch Fix upstream nullability on entity equipment getters (#6519) 2021-09-22 10:23:21 -07:00
0128-SkeletonHorse-Additions.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0129-Expand-Location-Manipulation-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0130-Expand-ArmorStand-API.patch Fix upstream nullability on entity equipment getters (#6519) 2021-09-22 10:23:21 -07:00
0131-AnvilDamageEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0132-Remove-deadlock-risk-in-firing-async-events.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0133-Add-hand-to-bucket-events.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0134-Add-TNTPrimeEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0135-Provide-Chunk-Coordinates-as-a-Long-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0136-Make-EnderDragon-extend-Mob.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0137-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Updated Upstream (Bukkit/CraftBukkit) (#6568) 2021-09-06 11:26:47 +02:00
0138-Don-t-use-snapshots-for-Timings-Tile-Entity-reports.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0139-Allow-Blocks-to-be-accessed-via-a-long-key.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0140-Slime-Pathfinder-Events.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0141-Add-PhantomPreSpawnEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0142-Add-More-Creeper-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0143-isChunkGenerated-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0144-Add-source-block-to-BlockPhysicsEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0145-Inventory-removeItemAnySlot.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0146-Async-Chunks-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0147-Add-ray-tracing-methods-to-LivingEntity.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0148-Expose-attack-cooldown-methods-for-Player.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0149-Improve-death-events.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0150-Mob-Pathfinding-API.patch Fix upstream nullability on entity equipment getters (#6519) 2021-09-22 10:23:21 -07:00
0151-Add-an-API-for-CanPlaceOn-and-CanDestroy-NBT-values.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0152-Performance-Concurrency-Improvements-to-Permissions.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0153-Add-ItemStackRecipeChoice-Draft-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0154-Implement-furnace-cook-speed-multiplier-API.patch Apply furnace cook speed multiplier through event (#6378) 2021-09-22 12:46:15 -07:00
0155-Material-API-additions.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-04 16:26:56 +01:00
0156-PreSpawnerSpawnEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0157-Add-Material-Tags.patch Add MaterialTags for raw ores and raw ore blocks (#6516) 2021-08-30 14:55:11 +00:00
0158-Add-LivingEntity-getTargetEntity.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0159-Add-sun-related-API.patch Fix upstream nullability on entity equipment getters (#6519) 2021-09-22 10:23:21 -07:00
0160-Here-s-Johnny.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0161-Turtle-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0162-Add-spectator-target-events.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0163-Add-more-Witch-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0164-Make-the-default-permission-message-configurable.patch Add warning to getOfflinePlayers (#6365) 2021-08-12 22:38:25 +00:00
0165-Support-cancellation-supression-of-EntityDismount-Ve.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0166-Add-more-Zombie-API.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0167-Change-the-reserved-channel-check-to-be-sensible.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0168-Add-PlayerConnectionCloseEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0169-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0170-BlockDestroyEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0171-Add-ItemStack-Recipe-API-helper-methods.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0172-Add-WhitelistToggleEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0173-Annotation-Test-changes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0174-Entity-getEntitySpawnReason.patch Add more component name methods (#6578) 2021-09-22 11:34:40 -07:00
0175-Add-GS4-Query-event.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0176-Add-PlayerPostRespawnEvent.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0177-Ignore-package-private-methods-for-nullability-annot.patch Better checking for method return TYPE_USE annotations 2021-06-21 10:08:30 -07:00
0178-Fix-Spigot-annotation-mistakes.patch Add warning to getOfflinePlayers (#6365) 2021-08-12 22:38:25 +00:00
0179-Server-Tick-Events.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0180-PlayerDeathEvent-getItemsToKeep.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0181-Add-Heightmap-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0182-Mob-Spawner-API-Enhancements.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0183-Add-BlockSoundGroup-interface.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0184-Amend-PlayerInteractAtEntityEvent-javadoc-for-ArmorS.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0185-Increase-custom-payload-channel-message-size.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0186-Expose-the-internal-current-tick.patch Add warning to getOfflinePlayers (#6365) 2021-08-12 22:38:25 +00:00
0187-PlayerDeathEvent-shouldDropExperience.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0188-Add-effect-to-block-break-naturally.patch Allow use of TYPE_USE annotations 2021-06-21 09:57:15 -07:00
0189-Add-ThrownEggHatchEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0190-Entity-Jump-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0191-add-hand-to-BlockMultiPlaceEvent.patch [ci skip] Fix typos in Paper comments (#6588) 2021-09-11 12:22:51 +02:00
0192-Add-tick-times-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0193-Expose-MinecraftServer-isRunning.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0194-Add-Raw-Byte-ItemStack-Serialization.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0195-Disable-Sync-Events-firing-Async-errors-during-shutd.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0196-Make-JavaPluginLoader-thread-safe.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0197-Add-Player-Client-Options-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0198-Add-PlayerAttackEntityCooldownResetEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0199-Fix-Potion-toItemStack-swapping-the-extended-and-upg.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0200-Add-item-slot-convenience-methods.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0201-Villager-Restocks-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0202-Add-Mob-Goal-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0203-Expose-game-version.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0204-Add-villager-reputation-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0205-Spawn-Reason-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0206-Potential-bed-API.patch Fix upstream nullability on entity equipment getters (#6519) 2021-09-22 10:23:21 -07:00
0207-Prioritise-own-classes-where-possible.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0208-Provide-a-useful-PluginClassLoader-toString.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0209-Inventory-getHolder-method-without-block-snapshot.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0210-Expose-Arrow-getItemStack.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0211-Add-and-implement-PlayerRecipeBookClickEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0212-Support-components-in-ItemMeta.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0213-added-2-new-TargetReasons-for-1.16-mob-behavior.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0214-Add-entity-liquid-API.patch Add more component name methods (#6578) 2021-09-22 11:34:40 -07:00
0215-Add-PrepareResultEvent-PrepareGrindstoneEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0216-Allow-delegation-to-vanilla-chunk-gen.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0217-Support-hex-colors-in-getLastColors.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0218-Add-setMaxPlayers-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0219-Add-moon-phase-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0220-Add-playPickupItemAnimation-to-LivingEntity.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0221-Add-BellRingEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0222-Brand-support.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0223-Add-more-Evoker-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0224-Add-methods-to-get-translation-keys.patch Implement Translatable on villager Profession (#6542) 2021-09-21 21:45:01 -07:00
0225-Create-HoverEvent-from-ItemStack-Entity.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0226-Add-additional-open-container-api-to-HumanEntity.patch Fix upstream nullability on entity equipment getters (#6519) 2021-09-22 10:23:21 -07:00
0227-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0228-Entity-isTicking.patch Add more component name methods (#6578) 2021-09-22 11:34:40 -07:00
0229-Clarify-the-Javadocs-for-Entity.getEntitySpawnReason.patch Add more component name methods (#6578) 2021-09-22 11:34:40 -07:00
0230-Villager-resetOffers.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0231-Player-elytra-boost-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0232-Add-getOfflinePlayerIfCached-String.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0233-Add-ignore-discounts-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0234-Item-no-age-no-player-pickup.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0235-Beacon-API-custom-effect-ranges.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0236-Add-API-for-quit-reason.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0237-Add-Destroy-Speed-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0238-Add-LivingEntity-clearActiveItem.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0239-Add-PlayerItemCooldownEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0240-More-lightning-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0241-Add-PlayerShearBlockEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0242-Enable-multi-release-plugin-jars.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0243-Player-Chunk-Load-Unload-Events.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0244-Expose-LivingEntity-hurt-direction.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0245-Add-OBSTRUCTED-reason-to-BedEnterResult.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0246-Added-PlayerTradeEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0247-Add-TargetHitEvent-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0248-Additional-Block-Material-API-s.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0249-Add-API-to-get-Material-from-Boats-and-Minecarts.patch [ci skip] Update my name in author field (#6625) 2021-09-20 19:30:04 +10:00
0250-Add-PlayerFlowerPotManipulateEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0251-Zombie-API-breaking-doors.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0252-Add-EntityLoadCrossbowEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0253-Added-WorldGameRuleChangeEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0254-Added-ServerResourcesReloadedEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0255-Add-BlockFailedDispenseEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0256-Added-PlayerLecternPageChangeEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0257-Added-PlayerLoomPatternSelectEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0258-Better-AnnotationTest-printout.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0259-Add-API-to-get-exact-interaction-point-in-PlayerInte.patch [ci skip] Update my name in author field (#6625) 2021-09-20 19:30:04 +10:00
0260-Add-sendOpLevel-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0261-Add-StructureLocateEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0262-Return-chat-component-with-empty-text-instead-of-thr.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0263-Add-BlockPreDispenseEvent.patch [ci skip] Update my name in author field (#6625) 2021-09-20 19:30:04 +10:00
0264-Added-Vanilla-Entity-Tags.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0265-added-Wither-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0266-Added-PlayerChangeBeaconEffectEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0267-Added-PlayerStonecutterRecipeSelectEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0268-Add-dropLeash-variable-to-EntityUnleashEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0269-EntityMoveEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0270-add-DragonEggFormEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0271-Allow-adding-items-to-BlockDropItemEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0272-Add-getMainThreadExecutor-to-BukkitScheduler.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0273-living-entity-allow-attribute-registration.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0274-Add-missing-effects.patch Updated Upstream (Bukkit/CraftBukkit) (#6589) 2021-09-11 19:27:48 +02:00
0275-Expose-Tracked-Players.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0276-Cache-the-result-of-Material-isBlock.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0277-Add-worldborder-events.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0278-added-PlayerNameEntityEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0279-Add-recipe-to-cook-events.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0280-Add-Block-isValidTool.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0281-Implement-Keyed-on-World.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0282-fix-Inventory-getContents-null-annotations.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0283-Item-Rarity-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0284-Expose-protocol-version.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0285-Allow-for-Component-suggestion-tooltips-in-AsyncTabC.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0286-add-isDeeplySleeping-to-HumanEntity.patch Fix upstream nullability on entity equipment getters (#6519) 2021-09-22 10:23:21 -07:00
0287-add-consumeFuel-to-FurnaceBurnEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0288-add-get-set-drop-chance-to-EntityEquipment.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0289-Added-PlayerDeepSleepEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0290-More-World-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0291-Added-PlayerBedFailEnterEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0292-Introduce-beacon-activation-deactivation-events.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0293-PlayerMoveEvent-Improvements.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0294-add-RespawnFlags-to-PlayerRespawnEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0295-Add-more-WanderingTrader-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0296-Add-EntityBlockStorage-clearEntities.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0297-Add-Adventure-message-to-PlayerAdvancementDoneEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0298-Add-raw-address-to-AsyncPlayerPreLoginEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0299-Inventory-close.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0300-Add-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0301-Add-basic-Datapack-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0302-additions-to-PlayerGameModeChangeEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0303-ItemStack-repair-check-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0304-More-Enchantment-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0305-Add-command-line-option-to-load-extra-plugin-jars-no.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0306-List-all-missing-hard-depends-not-just-first.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0307-Add-Mob-lookAt-API.patch Fix upstream nullability on entity equipment getters (#6519) 2021-09-22 10:23:21 -07:00
0308-ItemStack-editMeta.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0309-Add-EntityInsideBlockEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0310-Attributes-API-for-item-defaults.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0311-Add-cause-to-Weather-ThunderChangeEvents.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0312-More-Lidded-Block-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0313-Add-PlayerKickEvent-causes.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0314-Add-PufferFishStateChangeEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0315-Add-BellRevealRaiderEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0316-Add-ElderGuardianAppearanceEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0317-Add-more-line-of-sight-methods.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0318-Add-more-LimitedRegion-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6539) 2021-09-01 14:03:36 +02:00
0319-Missing-Entity-Behavior-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0320-Add-Git-information-to-version-command-on-startup.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0321-Adds-PlayerArmSwingEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0322-Add-PlayerSignCommandPreprocessEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0323-fix-empty-array-elements-in-command-arguments.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0324-Stinger-API.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0325-Rewrite-LogEvents-to-contain-the-source-jars-in-stac.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0326-Add-PlayerSetSpawnEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0327-Added-EntityDamageItemEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0328-Make-EntityUnleashEvent-cancellable.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0329-Change-EnderEye-target-without-changing-other-things.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0330-Add-BlockBreakBlockEvent.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0331-Add-helpers-for-left-right-hand-to-Action.patch Merge tuinity (#6413) 2021-08-31 04:02:11 -07:00
0332-Legacy-data-should-look-for-legacy-materials.patch Legacy data should look for legacy materials (Fixes #6618) 2021-09-17 09:35:02 +01:00