Class PlayerContainer
java.lang.Object
com.djrapitops.plan.delivery.domain.container.DynamicDataContainer
com.djrapitops.plan.delivery.domain.container.PlayerContainer
- All Implemented Interfaces:
DataContainer
DataContainer about a Player.
Use getValue(PlayerKeys.REGISTERED).isPresent() to determine if Plan has data about the player.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActivityIndex(long date, long playtimeMsThreshold) booleanplayedBetween(long after, long before) Methods inherited from class com.djrapitops.plan.delivery.domain.container.DynamicDataContainer
clear, getMap, getUnsafe, getValue, putAll, putCachingSupplier, putRawData, putSupplier, supportsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.djrapitops.plan.delivery.domain.container.DataContainer
getFormatted, getFormattedUnsafe, handleList, handleMap, mapToNormalMap
-
Constructor Details
-
PlayerContainer
public PlayerContainer()
-
-
Method Details
-
getActivityIndex
-
playedBetween
public boolean playedBetween(long after, long before)
-