java.lang.Object
io.github.thebusybiscuit.slimefun4.storage.data.PlayerData

@Beta public class PlayerData extends Object
The data which backs PlayerProfile This API is still experimental, it may change without notice.
  • Constructor Details

  • Method Details

    • getResearches

      public Set<Research> getResearches()
    • addResearch

      public void addResearch(@Nonnull Research research)
    • removeResearch

      public void removeResearch(@Nonnull Research research)
    • getBackpacks

      @Nonnull public Map<Integer,PlayerBackpack> getBackpacks()
    • getBackpack

      @Nonnull public PlayerBackpack getBackpack(int id)
    • addBackpack

      public void addBackpack(@Nonnull PlayerBackpack backpack)
    • removeBackpack

      public void removeBackpack(@Nonnull PlayerBackpack backpack)
    • getWaypoints

      public Set<Waypoint> getWaypoints()
    • addWaypoint

      public void addWaypoint(@Nonnull Waypoint waypoint)
    • removeWaypoint

      public void removeWaypoint(@Nonnull Waypoint waypoint)