PaperMC/paper-server/patches/sources/net/minecraft/server/players
Spottedleaf a13bff4a5f Folia scheduler and owned region API
Pulling Folia API to Paper is primarily intended for plugins
that want to target both Paper and Folia without unnecessary
compatibility layers.

Add both a location based scheduler, an entity based scheduler,
and a global region scheduler.

Owned region API may be useful for plugins which want to perform
operations over large areas outside of the buffer zone provided
by the regionaliser, as it is not guaranteed that anything
outside of the buffer zone is owned. Then, the plugins may use
the schedulers depending on the result of the ownership check.
2023-06-17 11:52:52 +02:00
..
BanListEntry.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
GameProfileCache.java.patch Fix GameProfileCache concurrency 2020-07-11 05:09:28 -07:00
OldUsersConverter.java.patch Add setting for proxy online mode status 2016-08-05 01:03:08 +02:00
PlayerList.java.patch Folia scheduler and owned region API 2023-06-17 11:52:52 +02:00
SleepStatus.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
StoredUserList.java.patch Use ConcurrentHashMap in JsonList 2018-08-07 01:24:23 -06:00
UserBanListEntry.java.patch Fix Player Banning 2014-04-15 10:32:48 +10:00
UserWhiteList.java.patch Add whitelist events 2023-05-14 12:57:15 +02:00