Class BetterStatsClient
java.lang.Object
com.thecsdev.betterstats.BetterStats
com.thecsdev.betterstats.client.BetterStatsClient
- Direct Known Subclasses:
BetterStatsFabricClient, BetterStatsNeoClient
The main "client" entry-point for this mod, that is executed
by all loaders (fabric/neoforge).
-
Field Summary
Fields inherited from class BetterStats
LOGGER, MOD_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final longThe last time the player logged in, in milliseconds since the epoch.Methods inherited from class BetterStats
getConfig, getInstance, getModName, getModVersion, getProperty
-
Constructor Details
-
BetterStatsClient
public BetterStatsClient()
-
-
Method Details
-
getLastLoginTime
public static final long getLastLoginTime()The last time the player logged in, in milliseconds since the epoch. This is updated whenever the player joins or leaves a world.
-