PaperMC/paper-server/patches/sources/net/minecraft/server/players
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
..
BanListEntry.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
GameProfileCache.java.patch Do not submit profile lookups to worldgen threads 2021-08-08 16:26:46 -07:00
OldUsersConverter.java.patch Add setting for proxy online mode status 2016-08-05 01:03:08 +02:00
PlayerList.java.patch Replace OfflinePlayer#getLastPlayed 2019-01-02 00:35:43 -06: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