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
-
Method Summary
Modifier and TypeMethodDescriptiongetActivityIndex
(long date, long playtimeMsThreshold) boolean
playedBetween
(long after, long before) Methods inherited from class com.djrapitops.plan.delivery.domain.container.DynamicDataContainer
clear, getMap, getUnsafe, getValue, putAll, putCachingSupplier, putRawData, putSupplier, supports
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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)
-