Paper/Spigot-API-Patches
Aikar d1b6d22eac
Improvements to Timings concurrency and lookup performance
ConcurrentHashMap synchronizes on .computeIfAbsent even on hits,
so this does a .get(key) first, which most of our use should
be hits, and then falls back to the CHM computeIfAbsent for thread safe puts.

Also improve concurrency on handler and group collections to use a synchronized
list instead of an array deque for concurrency safety.
2019-02-23 16:18:34 -05:00
..
0001-POM-changes.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-30 13:26:12 +00:00
0002-Add-FastUtil-to-Bukkit.patch Updated Upstream (Bukkit/CraftBukkit) 2019-01-30 13:26:12 +00:00
0003-Paper-Utils.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0004-Timings-v2.patch Improvements to Timings concurrency and lookup performance 2019-02-23 16:18:34 -05:00
0005-Player-affects-spawning-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0006-Add-getTPS-method.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0007-Entity-Origin-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0008-Check-Paper-versions.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0009-Add-PlayerLocaleChangeEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0010-Add-player-view-distance-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0011-Add-BeaconEffectEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0012-Add-PlayerInitialSpawnEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0013-Automatically-disable-plugins-that-fail-to-load.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0014-Expose-server-CommandMap.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0015-Graduate-bungeecord-chat-API-from-spigot-subclasses.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0016-Player-Tab-List-and-Title-APIs.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0017-Add-exception-reporting-event.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0018-Fix-ServerListPingEvent-flagging-as-Async.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0019-Add-BaseComponent-sendMessage-methods-to-CommandSend.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0020-Add-methods-for-working-with-arrows-stuck-in-living-.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0021-Complete-resource-pack-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0022-Use-ASM-for-event-executors.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0023-Add-a-call-helper-to-Event.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0024-Add-sender-name-to-commands.yml-replacement.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0025-Add-command-to-reload-permissions.yml-and-require-co.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0026-Custom-replacement-for-eaten-items.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0027-Access-items-by-EquipmentSlot.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0028-Entity-AddTo-RemoveFrom-World-Events.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0029-EntityPathfindEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0030-Reduce-thread-synchronization-in-MetadataStoreBase.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0031-Add-MetadataStoreBase.removeAll-Plugin.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0032-Add-PlayerUseUnknownEntityEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0033-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0034-Arrow-pickup-rule-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0035-EntityRegainHealthEvent-isFastRegen-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0036-LootTable-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0037-Add-EntityZapEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0038-Misc-Utils.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0039-Allow-Reloading-of-Command-Aliases.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0040-Add-source-to-PlayerExpChangeEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0041-Add-ProjectileCollideEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0042-Add-String-based-Action-Bar-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0043-Add-API-methods-to-control-if-armour-stands-can-move.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0044-IllegalPacketEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0045-Fireworks-API-s.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0046-PlayerTeleportEndGatewayEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0047-Provide-E-TE-Chunk-count-stat-methods.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0048-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0049-Expose-WorldBorder-isInBounds-Location-check.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0050-Add-configuration-option-to-prevent-player-names-fro.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0051-Fix-upstream-javadoc-warnings-and-errors.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0052-Item-canEntityPickup.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0053-PlayerPickupItemEvent-setFlyAtPlayer.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0054-PlayerAttemptPickupItemEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0055-Add-UnknownCommandEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0056-Basic-PlayerProfile-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0057-Shoulder-Entities-Release-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0058-Profile-Lookup-Events.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0059-Entity-fromMobSpawner.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0060-Improve-the-Saddle-API-for-Horses.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0061-ensureServerConversions-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0062-Add-getI18NDisplayName-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0063-ProfileWhitelistVerifyEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0064-Make-plugins-list-alphabetical.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0065-LivingEntity-setKiller.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0066-Handle-plugin-prefixes-in-implementation-logging-con.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0067-Allow-plugins-to-use-SLF4J-for-logging.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0068-Add-workaround-for-plugins-modifying-the-parent-of-t.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0069-Add-PlayerJumpEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0070-Expose-client-protocol-version-and-virtual-host.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0071-Add-PlayerArmorChangeEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0072-API-to-get-a-BlockState-without-a-snapshot.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0073-AsyncTabCompleteEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0074-Display-warning-on-deprecated-recipe-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0075-PlayerPickupExperienceEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0076-ExperienceOrbMergeEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0077-Ability-to-apply-mending-to-XP-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0078-PreCreatureSpawnEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0079-PlayerNaturallySpawnCreaturesEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0080-Add-setPlayerProfile-API-for-Skulls.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0081-Fill-Profile-Property-Events.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0082-PlayerAdvancementCriterionGrantEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0083-Add-ArmorStand-Item-Meta.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0084-Optimize-Hoppers.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0085-Tameable-getOwnerUniqueId-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0086-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0087-Add-extended-PaperServerListPingEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0088-Player.setPlayerProfile-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0089-getPlayerUniqueId-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0090-Add-legacy-ping-support-to-PaperServerListPingEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0091-Add-method-to-open-already-placed-sign.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0092-Add-version-history-to-version-command.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0093-Add-Ban-Methods-to-Player-Objects.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0094-EndermanEscapeEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0095-Enderman.teleportRandomly.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0096-Additional-world.getNearbyEntities-API-s.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0097-Location.isChunkLoaded-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0098-Expand-World.spawnParticle-API-and-add-Builder.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0099-EndermanAttackPlayerEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0100-Close-Plugin-Class-Loaders-on-Disable.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0101-WitchConsumePotionEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0102-WitchThrowPotionEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0103-Location.toBlockLocation-toCenterLocation.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0104-PotionEffect-clone-methods.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0105-WitchReadyPotionEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0106-ItemStack-getMaxItemUseDuration.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0107-Add-EntityTeleportEndGatewayEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0108-Make-shield-blocking-delay-configurable.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0109-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0110-Add-getNearbyXXX-methods-to-Location.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0111-PlayerReadyArrowEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0112-Add-EntityKnockbackByEntityEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0113-Expand-Explosions-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0114-ItemStack-API-additions-for-quantity-flags-lore.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0115-LivingEntity-Hand-Raised-Item-Use-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0116-RangedEntity-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0117-Add-World.getEntity-UUID-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0118-InventoryCloseEvent-Reason-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0119-Entity-getChunk-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0120-Vex-getSummoner-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0121-Add-an-asterisk-to-legacy-API-plugins.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0122-EnderDragon-Events.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0123-PlayerLaunchProjectileEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0124-PlayerElytraBoostEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0125-EntityTransformedEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0126-Allow-disabling-armour-stand-ticking.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0127-SkeletonHorse-Additions.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0128-Expand-Location-Manipulation-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0129-Expand-ArmorStand-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0130-AnvilDamageEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0131-Remove-deadlock-risk-in-firing-async-events.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0132-Add-hand-to-bucket-events.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0133-Add-TNTPrimeEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0134-Provide-Chunk-Coordinates-as-a-Long-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0135-Async-Chunks-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0136-Make-EnderDragon-extend-Mob.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0137-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0138-Don-t-use-snapshots-for-Timings-Tile-Entity-reports.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0139-Allow-Blocks-to-be-accessed-via-a-long-key.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0140-Slime-Pathfinder-Events.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0141-isChunkGenerated-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0142-Add-More-Creeper-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0143-Add-PhantomPreSpawnEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0144-Add-source-block-to-BlockPhysicsEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0145-Inventory-removeItemAnySlot.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0146-Add-ray-tracing-methods-to-LivingEntity.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0147-Expose-attack-cooldown-methods-for-Player.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0148-Improve-death-events.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0149-Mob-Pathfinding-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0150-Add-an-API-for-CanPlaceOn-and-CanDestroy-NBT-values.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0151-Performance-Concurrency-Improvements-to-Permissions.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0152-Add-ItemStackRecipeChoice-Draft-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0153-Implement-furnace-cook-speed-multiplier-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0154-PreSpawnerSpawnEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0155-Remove-Precondition-on-name-for-AttributeModifier.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0156-Material-API-additions.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0157-Add-Material-Tags.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0158-Allow-setting-the-vex-s-summoner.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0159-Add-LivingEntity-getTargetEntity.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0160-Add-sun-related-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0161-Here-s-Johnny.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0162-Turtle-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0163-Implement-getters-and-setters-for-EntityItem-owner-a.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0164-Add-spectator-target-events.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0165-Add-more-Witch-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0166-Make-the-default-permission-message-configurable.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0167-Support-cancellation-supression-of-EntityDismount-Ve.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0168-Add-more-Zombie-API.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0169-Change-the-reserved-channel-check-to-be-sensible.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0170-Add-PlayerConnectionCloseEvent.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00
0171-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Unwrap Event Exceptions 2019-02-23 12:17:41 -05:00