java.lang.Object
tfagaming.projects.minecraft.homestead.tools.minecraft.rewards.LevelRewards

public final class LevelRewards extends Object
  • Method Details

    • getChunksByLevel

      public static int getChunksByLevel(Region region)
    • getMembersByLevel

      public static int getMembersByLevel(Region region)
    • getSubAreasByLevel

      public static int getSubAreasByLevel(Region region)
    • getUpkeepReductionByLevel

      public static int getUpkeepReductionByLevel(Region region)
    • getRewardsAtLevel

      public static Map<String,Integer> getRewardsAtLevel(int targetLevel)
    • hasEntityKillReward

      public static boolean hasEntityKillReward(org.bukkit.entity.EntityType entityType)
    • getEntityKillReward

      public static int[] getEntityKillReward(org.bukkit.entity.EntityType entityType)