Class PlayerContainer

java.lang.Object
com.djrapitops.plan.delivery.domain.container.DynamicDataContainer
com.djrapitops.plan.delivery.domain.container.PlayerContainer
All Implemented Interfaces:
DataContainer

public class PlayerContainer extends DynamicDataContainer
DataContainer about a Player.

Use getValue(PlayerKeys.REGISTERED).isPresent() to determine if Plan has data about the player.

See Also:
  • Constructor Details

    • PlayerContainer

      public PlayerContainer()
  • Method Details

    • getActivityIndex

      public ActivityIndex getActivityIndex(long date, long playtimeMsThreshold)
    • playedBetween

      public boolean playedBetween(long after, long before)