Class ChunkSnapshotLevelLogic

java.lang.Object
us.talabrek.ultimateskyblock.island.level.CommonLevelLogic
us.talabrek.ultimateskyblock.island.level.ChunkSnapshotLevelLogic
All Implemented Interfaces:
LevelLogic

public class ChunkSnapshotLevelLogic extends CommonLevelLogic
Business logic regarding the calculation of level
  • Constructor Details

    • ChunkSnapshotLevelLogic

      public ChunkSnapshotLevelLogic(uSkyBlock plugin, org.bukkit.configuration.file.FileConfiguration config)
  • Method Details

    • calculateScoreAsync

      public void calculateScoreAsync(org.bukkit.Location l, us.talabrek.ultimateskyblock.api.async.Callback<IslandScore> callback)