Class BlockCountCollection

java.lang.Object
us.talabrek.ultimateskyblock.island.level.BlockCountCollection

public class BlockCountCollection extends Object
Mutable collection for storing counts of blocks
  • Constructor Details

  • Method Details

    • add

      public int add(org.bukkit.Material type, int blockCount)
    • add

      public int add(org.bukkit.Material type)
    • calculateScore

      public List<us.talabrek.ultimateskyblock.api.model.BlockScore> calculateScore(double pointsPerLevel)