Class 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:
    For Key objects.
    • Constructor Detail

      • PlayerContainer

        public PlayerContainer()
    • Method Detail

      • getActivityIndex

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

        public boolean playedBetween​(long after,
                                     long before)