PaperMC/paper-server/src
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
..
assembly Update to Minecraft 1.18-pre5 2021-11-22 09:00:00 +11:00
log4jPlugins/java/io/papermc/paper Rewrite LogEvents to contain the source jars in stack traces 2021-07-10 11:12:30 +02:00
main Replace OfflinePlayer#getLastPlayed 2019-01-02 00:35:43 -06:00
test Add ArmorStand Item Meta 2018-01-27 17:04:14 -05:00