13
0
geforkt von Mirrors/Paper
Paper/paper-server/patches/sources/net/minecraft/world/level
Spottedleaf c593e8510e Improve and expand AsyncCatcher
Log when the async catcher is tripped
  The chunk system can swallow the exception given it's all
  built with completablefuture, so ensure it is at least printed.

Add/move several async catchers

Async catch modifications to critical entity state
  These used to be here from Spigot, but were dropped with 1.17.
  Now in 1.17, this state is _even more_ critical than it was before,
  so these must exist to catch stupid plugins.

Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2021-08-25 20:17:12 -07:00
..
biome Optimize Biome Mob Lookups for Mob Spawning 2018-09-12 21:47:01 -04:00
block Add BlockBreakBlockEvent 2021-01-03 17:58:11 -08:00
border Add worldborder events 2021-01-04 22:40:34 -08:00
chunk Add StructuresLocateEvent 2020-09-16 01:12:29 -07:00
dimension/end Add DragonEggFormEvent 2021-01-25 14:53:57 +01:00
entity Improve and expand AsyncCatcher 2021-08-25 20:17:12 -07:00
gameevent Use getChunkIfLoadedImmediately in places 2019-07-08 00:13:36 -07:00
levelgen Fix invulnerable end crystals 2021-05-27 14:52:30 -07:00
material Add BlockBreakBlockEvent 2021-01-03 17:58:11 -08:00
pathfinder Mob Pathfinding API 2018-09-09 13:30:00 -04:00
portal Add configurable portal search radius 2016-03-03 02:46:17 -06:00
redstone Prevent NoClassDefError crash and notify on crash 2014-04-21 12:43:08 +01:00
saveddata/maps Limit item frame cursors on maps 2021-05-26 15:09:33 -07:00
storage Add cause to Weather/ThunderChangeEvents 2020-12-02 18:23:26 -08:00
BaseCommandBlock.java.patch Add permission for command blocks 2020-05-16 10:05:30 +02:00
BaseSpawner.java.patch Fix Entity Teleportation and cancel velocity if teleported 2020-08-25 20:45:36 -04:00
BlockGetter.java.patch Prevent various interactions from causing chunk loads 2018-09-10 23:56:36 -04:00
ChunkPos.java.patch MC Utils 2016-03-28 20:55:47 -04:00
ClipContext.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
EmptyBlockGetter.java.patch MC Utils 2016-03-28 20:55:47 -04:00
EntityGetter.java.patch SkeletonHorse Additions 2018-07-27 22:36:31 -05:00
GameRules.java.patch Add WorldGameRuleChangeEvent 2020-12-20 16:41:44 -08:00
Level.java.patch Use getChunkIfLoadedImmediately in places 2019-07-08 00:13:36 -07:00
LevelAccessor.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
LevelReader.java.patch MC Utils 2016-03-28 20:55:47 -04:00
LevelWriter.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
NaturalSpawner.java.patch Only count Natural Spawned mobs towards natural spawn mob limit 2019-03-24 01:01:32 -04:00
PathNavigationRegion.java.patch MC Utils 2016-03-28 20:55:47 -04:00
ServerExplosion.java.patch Prevent headless pistons from being created 2020-08-14 14:44:14 -05:00
ServerLevelAccessor.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00