Class IslandScore

java.lang.Object
us.talabrek.ultimateskyblock.island.level.IslandScore
All Implemented Interfaces:
us.talabrek.ultimateskyblock.api.model.IslandScore

public class IslandScore extends Object implements us.talabrek.ultimateskyblock.api.model.IslandScore
The summary of island calculation.
  • Constructor Summary

    Constructors
    Constructor
    Description
    IslandScore(double score, List<us.talabrek.ultimateskyblock.api.model.BlockScore> top)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    int
     
    List<us.talabrek.ultimateskyblock.api.model.BlockScore>
     
    List<us.talabrek.ultimateskyblock.api.model.BlockScore>
    getTop(int num)
     
    List<us.talabrek.ultimateskyblock.api.model.BlockScore>
    getTop(int offset, int num)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IslandScore

      public IslandScore(double score, List<us.talabrek.ultimateskyblock.api.model.BlockScore> top)
  • Method Details

    • getScore

      public double getScore()
      Specified by:
      getScore in interface us.talabrek.ultimateskyblock.api.model.IslandScore
    • getTop

      public List<us.talabrek.ultimateskyblock.api.model.BlockScore> getTop()
    • getTop

      public List<us.talabrek.ultimateskyblock.api.model.BlockScore> getTop(int num)
      Specified by:
      getTop in interface us.talabrek.ultimateskyblock.api.model.IslandScore
    • getTop

      public List<us.talabrek.ultimateskyblock.api.model.BlockScore> getTop(int offset, int num)
      Specified by:
      getTop in interface us.talabrek.ultimateskyblock.api.model.IslandScore
    • getSize

      public int getSize()
      Specified by:
      getSize in interface us.talabrek.ultimateskyblock.api.model.IslandScore