13
0
geforkt von Mirrors/Paper
Paper/paper-server/patches/sources/net/minecraft/server/level
Zach Brown f1f016dd5e Replace OfflinePlayer#getLastPlayed
Currently OfflinePlayer#getLastPlayed could more accurately be described
as "OfflinePlayer#getLastTimeTheirDataWasSaved".

The API doc says it should return the last time the server "witnessed"
the player, whilst also saying it should return the last time they
logged in. The current implementation does neither.

Given this interesting contradiction in the API documentation and the
current defacto implementation, I've elected to deprecate (with no
intent to remove) and replace it with two new methods, clearly named and
documented as to their purpose.
2019-01-02 00:35:43 -06:00
..
ChunkHolder.java.patch MC Utils 2016-03-28 20:55:47 -04:00
ChunkMap.java.patch PlayerNaturallySpawnCreaturesEvent 2018-01-14 17:36:02 -05:00
DistanceManager.java.patch MC Utils 2016-03-28 20:55:47 -04:00
ServerChunkCache.java.patch PlayerNaturallySpawnCreaturesEvent 2018-01-14 17:36:02 -05:00
ServerEntity.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
ServerLevel.java.patch Add Debug Entities option to debug dupe uuid issues 2018-07-21 08:25:40 -04:00
ServerPlayer.java.patch Replace OfflinePlayer#getLastPlayed 2019-01-02 00:35:43 -06:00
ServerPlayerGameMode.java.patch Don't allow digging into unloaded chunks 2018-11-11 21:01:09 +00:00
TicketType.java.patch MC Utils 2016-03-28 20:55:47 -04:00
WorldGenRegion.java.patch MC Utils 2016-03-28 20:55:47 -04:00