Uses of Class
tfagaming.projects.minecraft.homestead.models.Region
Packages that use Region
Package
Description
-
Uses of Region in tfagaming.projects.minecraft.homestead.api.events
Methods in tfagaming.projects.minecraft.homestead.api.events that return RegionModifier and TypeMethodDescription@NotNull RegionBankDepositEvent.getRegion()@NotNull RegionBankWithdrawEvent.getRegion()@NotNull RegionBanPlayerEvent.getRegion()@NotNull RegionBulkDeleteInvitesEvent.getRegion()@NotNull RegionBulkUnbanPlayersEvent.getRegion()@NotNull RegionChunkClaimEvent.getRegion()@NotNull RegionChunkUnclaimEvent.getRegion()@NotNull RegionInvitePlayerEvent.getRegion()@NotNull RegionPlayerJoinRegionEvent.getRegion()@NotNull RegionPlayerLeftRegionEvent.getRegion()@NotNull RegionPlayerMailEvent.getRegion()@NotNull RegionRegionChatEvent.getRegion()@NotNull RegionRegionCreateEvent.getRegion()@NotNull RegionRegionDeleteEvent.getRegion()@NotNull RegionRegionDescriptionUpdateEvent.getRegion()@NotNull RegionRegionDisplaynameUpdateEvent.getRegion()@NotNull RegionRegionLocationUpdateEvent.getRegion()@NotNull RegionRegionNameUpdateEvent.getRegion()@NotNull RegionRegionOwnerUpdateEvent.getRegion()@NotNull RegionRevokePlayerInviteEvent.getRegion()@NotNull RegionUnbanPlayerEvent.getRegion()Constructors in tfagaming.projects.minecraft.homestead.api.events with parameters of type RegionModifierConstructorDescriptionBankDepositEvent(@NotNull Region region, double amount) BankWithdrawEvent(@NotNull Region region, double amount) BanPlayerEvent(@NotNull Region region, @NotNull org.bukkit.OfflinePlayer target, String reason) BulkDeleteInvitesEvent(@NotNull Region region) BulkUnbanPlayersEvent(@NotNull Region region) ChunkClaimEvent(@NotNull Region region, @NotNull org.bukkit.Chunk chunk) ChunkUnclaimEvent(@NotNull Region region, @NotNull org.bukkit.Chunk chunk) InvitePlayerEvent(@NotNull Region region, @NotNull org.bukkit.OfflinePlayer target) PlayerJoinRegionEvent(@NotNull Region region, @NotNull org.bukkit.OfflinePlayer player) PlayerLeftRegionEvent(@NotNull Region region, @NotNull org.bukkit.OfflinePlayer player) PlayerMailEvent(@NotNull Region region, @NotNull org.bukkit.OfflinePlayer player, @NotNull String message) RegionChatEvent(@NotNull Region region, @NotNull org.bukkit.OfflinePlayer player, @NotNull String message) RegionCreateEvent(@NotNull Region region, @NotNull org.bukkit.OfflinePlayer player) RegionDeleteEvent(@NotNull Region region) RegionDescriptionUpdateEvent(@NotNull Region region, @Nullable String oldDescription, @Nullable String newDescription) RegionDisplaynameUpdateEvent(@NotNull Region region, @Nullable String oldDisplayname, @Nullable String newDisplayname) RegionLocationUpdateEvent(@NotNull Region region, @Nullable org.bukkit.Location oldLocation, @Nullable org.bukkit.Location newLocation) RegionNameUpdateEvent(@NotNull Region region, @NotNull String oldName, @NotNull String newName) RegionOwnerUpdateEvent(@NotNull Region region, @Nullable org.bukkit.OfflinePlayer oldOwner, @NotNull org.bukkit.OfflinePlayer newOwner) RevokePlayerInviteEvent(@NotNull Region region, @NotNull org.bukkit.OfflinePlayer target) UnbanPlayerEvent(@NotNull Region region, @NotNull org.bukkit.OfflinePlayer target) -
Uses of Region in tfagaming.projects.minecraft.homestead.borders
Methods in tfagaming.projects.minecraft.homestead.borders with parameters of type RegionModifier and TypeMethodDescriptionstatic voidvoidChunkParticlesSpawner.spawnParticlesForRegion(Region region) Spawns border particles around the chunk boundaries of the given region. -
Uses of Region in tfagaming.projects.minecraft.homestead.database.cache
Methods in tfagaming.projects.minecraft.homestead.database.cache with parameters of type Region -
Uses of Region in tfagaming.projects.minecraft.homestead.database.providers
Methods in tfagaming.projects.minecraft.homestead.database.providers that return types with arguments of type RegionModifier and TypeMethodDescriptionMariaDB.importRegions()MongoDB.importRegions()MySQL.importRegions()PostgreSQL.importRegions()Provider.importRegions()SQLite.importRegions()YAML.importRegions()Method parameters in tfagaming.projects.minecraft.homestead.database.providers with type arguments of type RegionModifier and TypeMethodDescriptionvoidMariaDB.exportRegions(List<Region> regions) voidMongoDB.exportRegions(List<Region> regions) voidMySQL.exportRegions(List<Region> regions) voidPostgreSQL.exportRegions(List<Region> regions) voidProvider.exportRegions(List<Region> regions) voidSQLite.exportRegions(List<Region> regions) voidYAML.exportRegions(List<Region> regions) -
Uses of Region in tfagaming.projects.minecraft.homestead.integrations.maps
Methods in tfagaming.projects.minecraft.homestead.integrations.maps with parameters of type RegionModifier and TypeMethodDescriptionvoidDynmapAPI.addChunkMarker(Region region, RegionChunk chunk) voidPl3xMapAPI.addChunkMarker(Region region, RegionChunk chunk) voidSquaremapAPI.addChunkMarker(Region region, RegionChunk chunk) voidBlueMapAPI.addRegionMarker(Region region) protected booleanAbstractMapIntegration.isNeighborClaimed(Region region, RegionChunk chunk, AbstractMapIntegration.GeoDirection direction) protected intAbstractMapIntegration.resolveChunkColor(Region region, boolean isOperator) protected StringAbstractMapIntegration.resolveHoverText(Region region, boolean isOperator) protected StringAbstractMapIntegration.resolvePlainLabel(Region region) protected org.bukkit.WorldAbstractMapIntegration.resolveRegionWorld(Region region) -
Uses of Region in tfagaming.projects.minecraft.homestead.managers
Methods in tfagaming.projects.minecraft.homestead.managers that return RegionModifier and TypeMethodDescriptionstatic RegionRegionManager.createRegion(String name, org.bukkit.OfflinePlayer player) Creates a region, optionally ensuring the name is unique by appending a counter.static RegionRegionManager.findRegion(long id) Retrieves the region with the exact ID, or null if none exists.static RegionRegionManager.findRegion(String name) Retrieves the region with the exact name (case-insensitive), or null if none exists.static RegionRegionManager.getPoorestRegion()Returns the poorest region.static RegionRegionManager.getRandomRegion()Returns a random region from the cache.static RegionRegionManager.getRegionAtChunk(org.bukkit.Chunk chunk) Returns the region that owns the given chunk.static RegionRegionManager.getRegionAtLocation(org.bukkit.Location location) Returns the region that owns the chunk at the given location.static RegionChunkManager.getRegionOwnsTheChunk(org.bukkit.Chunk chunk) Returns the region that owns a given chunk, or null if it is unclaimed.static RegionRegionManager.getRichestRegion()Returns the richest region.Methods in tfagaming.projects.minecraft.homestead.managers that return types with arguments of type RegionModifier and TypeMethodDescriptionRegionManager.getAll()Returns a list of every loaded region, directly from dynamic cache.RegionManager.getInactiveRegions(long since) Returns regions with no activity (no logs) since a given timestamp.RateManager.getLowestRatedRegions(int limit) Returns the lowest-rated regions, sorted by average rating ascending.ChunkManager.getNeighborsOfRegion(long regionId) Returns all unique regions that are adjacent (share a chunk border) to the given region.ChunkManager.getNeighborsOfRegion(Region region) Returns all unique regions that are adjacent (share a chunk border) to the given region.RegionManager.getPublicRegions()Supplies regions flagged as public (passthrough + teleport-spawn).RegionManager.getRegionsByBankRange(double min, double max) Returns regions with bank balance within a range.RegionManager.getRegionsHasPlayerAsMember(UUID playerId) Supplies every region that lists the given player as a member.RegionManager.getRegionsHasPlayerAsMember(org.bukkit.OfflinePlayer player) Supplies every region that lists the given player as a member.RegionManager.getRegionsInWorld(UUID worldId) Returns all regions in a specific world.RegionManager.getRegionsInWorld(org.bukkit.World world) Returns all regions in a specific world.RegionManager.getRegionsNearLocation(org.bukkit.Location location, int chunkRadius) Returns regions within a chunk radius of a location.RegionManager.getRegionsNeedingUpkeep(long bufferMillis) Returns regions whose upkeep is due (upkeepAt <= current time + buffer).RegionManager.getRegionsOwnedByPlayer(UUID ownerId) Supplies every region whose owner matches the given UUID.RegionManager.getRegionsOwnedByPlayer(org.bukkit.OfflinePlayer player) Supplies every region whose owner matches the given player.RegionManager.getRegionsSortedByName()Alias forRegionManager.sortRegionsAlpha()with a more descriptive name.RegionManager.getRegionsWithBans()Returns regions that have at least one ban.RegionManager.getRegionsWithInvites()Returns regions that have pending invites.RegionManager.getRegionsWithMembers()Returns regions that have at least one member.RegionManager.getRegionsWithSubAreas()Returns regions that have at least one sub-area.RegionManager.getRegionsWithWelcomeSigns()Supplies only regions that have a welcome sign configured.RateManager.getTopRatedRegions(int limit) Returns the top-rated regions, sorted by average rating descending.RateManager.getUnratedRegions()Returns all regions that have not received any ratings.WarManager.getWarParticipants(War war) Returns all regions participating in a war.RegionManager.searchRegions(String query) Searches regions by name containing the given text (case-insensitive).RegionManager.sortRegions(RegionManager.RegionSorting type) Produces a list ordered by the requested metric.RegionManager.sortRegionsAlpha()Supplies all regions sorted alphabetically by name.Methods in tfagaming.projects.minecraft.homestead.managers with parameters of type RegionModifier and TypeMethodDescriptionstatic voidAdd a new log to a region.static voidLogManager.addLog(Region region, @Nullable org.bukkit.OfflinePlayer player, LogManager.PredefinedLog log, Object... data) static RegionMemberMemberManager.addMemberToRegion(org.bukkit.OfflinePlayer player, Region region) Add a player as a member of a region.static booleanWarManager.addRegionToWar(War war, Region region) Adds a region to an existing war.static voidBan a player from accessing to a region.static booleanRegionManager.canAffordUpkeep(Region region, double upkeepCost) Checks if a region can afford its upkeep based on current bank balance.static booleanWarManager.canDeclareWar(Region regionA, Region regionB) Checks if two regions can declare war (pre-flight validation).static ChunkManager.ErrorChunkManager.claimChunk(Region region, org.bukkit.Chunk chunk) Claims a chunk for a specific region with normal protection checks.static SubAreaSubAreaManager.createSubArea(Region region, String name, org.bukkit.World world, org.bukkit.block.Block point1, org.bukkit.block.Block point2) Create a new sub-area.static WarWarManager.declareWar(String name, double prize, Region regionA, Region regionB) Declares a new war between exactly two regions.static voidDelete all ratings sent to this region.static voidInviteManager.deleteInvitesOfPlayer(Region region, org.bukkit.OfflinePlayer player) Deletes all invites sent by a region that invited a specific player.static voidInviteManager.deleteInvitesOfRegion(Region region) Deletes all invites created by a region.static voidLogManager.deleteLogsOfRegion(Region region) Delete all logs from a region.static booleanRateManager.deletePlayerRating(org.bukkit.OfflinePlayer player, Region region) Deletes a specific player's rating for a region.static intLogManager.deleteReadLogs(Region region) Deletes all read logs from a region.static intSubAreaManager.deleteSubAreasOfRegion(Region region) Deletes all sub-areas belonging to a region.static voidWarManager.forceEndWar(War war, Region winner) Ends a war and declares a specific winner.static ChunkManager.ErrorChunkManager.forceUnclaimChunk(Region region, org.bukkit.Chunk chunk) Unclaims a chunk bypassing split/topology protection and ownership checks.static doubleRateManager.getAverageRating(Region region) Get the average rating of all scores submitted by players.static intRateManager.getAverageRatingRounded(Region region) Returns the average rating rounded to the nearest integer (useful for star displays).static intBanManager.getBanCount(Region region) Returns the number of active bans in a region.static RegionBanBanManager.getBannedPlayer(Region region, org.bukkit.OfflinePlayer player) Returns an instance ofRegionBanof a banned player from a region.static StringBanManager.getBanReason(Region region, org.bukkit.OfflinePlayer player) Returns the ban reason for a player in a region, ornullif not banned.BanManager.getBansOfRegion(Region region) Returns a list of banned players from a region.static longBanManager.getBanTime(Region region, org.bukkit.OfflinePlayer player) Returns the timestamp when a player was banned from a region, or0if not banned.static List<RegionChunk> ChunkManager.getBorderChunks(Region region) Returns all chunks on the border of a region.static int[]ChunkManager.getBoundingChunks(Region region) Returns the bounding box of a region's chunks in chunk coordinates.static int[]ChunkManager.getChunkCentroid(Region region) Calculates the centroid (average center) of all chunks in a region.static intChunkManager.getChunkCount(Region region) Returns the number of chunks owned by a region.static intChunkManager.getChunkDistanceToRegion(org.bukkit.Chunk chunk, Region region) Calculates the Manhattan distance from a chunk to the nearest chunk owned by a region.static List<RegionChunk> ChunkManager.getChunksOfRegion(Region region) Returns all chunks belonging to a region.static List<RegionChunk> ChunkManager.getForceLoadedChunks(Region region) Returns all force-loaded chunks belonging to a region.static RegionInviteRetrieves the invite for a specific player in a specific region.static intInviteManager.getInviteCount(Region region) Returns the number of pending invites for a region.InviteManager.getInvitedPlayers(Region region) Returns all unique player UUIDs that have been invited to a region.static List<RegionInvite> InviteManager.getInvitesOfRegion(Region region) Returns a list of invites created by a region.static SubAreaSubAreaManager.getLargestSubArea(Region region) Returns the largest sub-area in a region by volume.static RegionLogLogManager.getLatestLog(Region region) Returns the most recent log in a region.static intLogManager.getLogCount(Region region) Returns the total number of logs in a region.Returns a list of logs from a region, sorted newest first.LogManager.getLogsAfter(Region region, long timestamp) Returns logs sent after a specific timestamp.LogManager.getLogsBefore(Region region, long timestamp) Returns logs sent before a specific timestamp.LogManager.getLogsByAuthor(Region region, String author) Returns logs from a specific author in a region.static intMemberManager.getMemberCount(Region region) Returns the number of members in a region.MemberManager.getMemberNames(Region region) Returns the display names of all members in a region for GUI usage.static RegionMemberMemberManager.getMemberOfRegion(Region region, org.bukkit.OfflinePlayer player) Retrieves the member entry for a specific player in a region.static List<RegionMember> MemberManager.getMembersOfRegion(Region region) Returns list of members of a region.static intRateManager.getModeRating(Region region) Returns the mode (most common rating) for a region.ChunkManager.getNeighborsOfRegion(Region region) Returns all unique regions that are adjacent (share a chunk border) to the given region.static RegionLogLogManager.getOldestLog(Region region) Returns the oldest log in a region.static List<org.bukkit.entity.Player> MemberManager.getOnlineMembers(Region region) Returns only online members of a region.static RegionRateRateManager.getPlayerRate(org.bukkit.OfflinePlayer player, Region region) Retrieves a player's specific rating for a region.static intRateManager.getRateCount(Region region) Returns the number of ratings for a region.static List<RegionRate> RateManager.getRatesOfRegion(Region region) Returns all ratings for a specific region.RateManager.getRatingDistribution(Region region) Returns a distribution map of ratings (score -> count) for a region.static doubleRateManager.getRatingPercentage(Region region, int score) Returns the percentage of ratings that match a specific score.BanManager.getRecentBans(Region region, int limit) Returns the most recent bans for a region, sorted newest first.static List<RegionInvite> InviteManager.getRecentInvites(Region region, int limit) Returns the most recent invites for a region, sorted newest first.static longRegionManager.getRegionAge(Region region) Returns how many milliseconds ago the region was created.static intChunkManager.getRegionChunkArea(Region region) Returns the total chunk area (width * depth) of a region's bounding box.static intSubAreaManager.getSubAreaCount(Region region) Returns the number of sub-areas in a region.SubAreaManager.getSubAreaNames(Region region) Returns all sub-area names for a region (useful for GUIs).SubAreaManager.getSubAreasByVolumeRange(Region region, int minVolume, int maxVolume) Returns sub-areas filtered by volume range.SubAreaManager.getSubAreasIntersectingRegion(Region region) Returns all sub-areas in a region that intersect with region chunks.SubAreaManager.getSubAreasOfRegion(Region region) Get sub-areas of a region.static intRateManager.getTotalScore(Region region) Returns the sum of all rating scores for a region.static intSubAreaManager.getTotalVolume(Region region) Returns the total volume (in blocks) of all sub-areas in a region.static intLogManager.getUnreadCount(Region region) Returns the number of unread logs in a region.LogManager.getUnreadLogs(Region region) Returns only unread logs from a region.WarManager.getWarsByRegion(Region region) Returns all wars a region is participating in.static booleanBanManager.hasActiveBans(Region region) Checks if a region has any active bans.static booleanMemberManager.hasControlFlag(Region region, org.bukkit.OfflinePlayer player, long flag) Checks if a member in a region has a specific control flag set.static booleanInviteManager.hasPendingInvite(Region region, org.bukkit.OfflinePlayer player) Checks if a player has a pending invite from a region.static booleanMemberManager.hasPlayerFlag(Region region, org.bukkit.OfflinePlayer player, long flag) Checks if a member in a region has a specific player flag set.static booleanRateManager.hasRatedRegion(org.bukkit.OfflinePlayer player, Region region) Checks if a player has rated a region.static booleanSubAreaManager.hasSubAreas(Region region) Checks if a region has any sub-areas.static booleanLogManager.hasUnreadLogs(Region region) Checks if a region has any unread logs.static voidInviteManager.invitePlayer(Region region, org.bukkit.OfflinePlayer player) Invite a player to a region.static booleanChecks if a player is currently being banned by a region.static booleanChunkManager.isChunkClaimedByRegion(Region region, org.bukkit.Chunk chunk) Returnstrueif the region owns a given chunk,falseotherwise.static booleanChecks if a player is invited by a region.static booleanMemberManager.isMemberOfRegion(Region region, org.bukkit.OfflinePlayer player) Checks if a player is a member of a region.static booleanRegionManager.isPlayerInsideRegion(org.bukkit.entity.Player player, Region region) Tests whether the player's current chunk is claimed by the supplied region.static booleanRegionManager.isRegionEmpty(Region region) Checks if a region has no chunks and no members (essentially empty).static booleanWarManager.isRegionInWar(Region region) Returnstrueif the given region is currently participating in any war.static booleanChunkManager.isRegionSurrounded(Region region) Checks if a region is completely surrounded by other regions (no unclaimed neighbors).static voidLogManager.markAllAsRead(Region region) Mark all logs as read.static voidLogManager.markAllAsUnread(Region region) Mark all logs as unread.static voidRegionManager.mergeRegions(Region from, Region to) Merges all data from one region into another and deletes the source region.static voidRateManager.rateRegion(Region region, org.bukkit.OfflinePlayer player, int score) Add a rate score from a player to a region.static intMemberManager.removeAllMembersOfRegion(Region region) Removes all members from a region.static voidMemberManager.removeMemberFromRegion(org.bukkit.OfflinePlayer player, Region region) Remove a member from a region.static voidChunkManager.removeRandomChunk(Region region) Removes a random chunk from the region.static StringRegionManager.renameRegion(Region region, String newName) Safely renames a region, ensuring the new name is unique.static voidRegionManager.sendPrivateChat(Region region, org.bukkit.entity.Player author, String message) static booleanMemberManager.setControlFlags(Region region, org.bukkit.OfflinePlayer player, long flags) Sets the control flags for a member in a region.static booleanMemberManager.setPlayerFlags(Region region, org.bukkit.OfflinePlayer player, long flags) Sets the player flags for a member in a region.static voidWarManager.tellPlayersWarEnded(List<org.bukkit.OfflinePlayer> receivers, Region winner) Notifies all war participants that the war has ended.static voidBanManager.unbanAllPlayers(Region region) Unban all players from a region.static voidBanManager.unbanPlayer(Region region, org.bukkit.OfflinePlayer player) Unban a player.static ChunkManager.ErrorChunkManager.unclaimChunk(Region region, org.bukkit.Chunk chunk) Unclaims a chunk with normal protection checks.static booleanBanManager.updateBanReason(Region region, org.bukkit.OfflinePlayer player, @Nullable String reason) Updates the ban reason for a player without recreating the ban entry.static booleanRateManager.updateRating(org.bukkit.OfflinePlayer player, Region region, int score) Updates an existing rating or creates a new one. -
Uses of Region in tfagaming.projects.minecraft.homestead.models
Methods in tfagaming.projects.minecraft.homestead.models that return RegionModifier and TypeMethodDescription@Nullable RegionLevel.getRegion()Returns the region by directly fetching with region ID from cache.@Nullable RegionRegionBan.getRegion()Returns the region by directly fetching with region ID from cache.@Nullable RegionRegionChunk.getRegion()Returns the region by directly fetching with region ID from cache.@Nullable RegionRegionInvite.getRegion()Returns the region by directly fetching with region ID from cache.@Nullable RegionRegionLog.getRegion()Returns the region by directly fetching with region ID from cache.@Nullable RegionRegionMember.getRegion()Returns the region by directly fetching with region ID from cache.@Nullable RegionRegionRate.getRegion()Returns the region by directly fetching with region ID from cache.@Nullable RegionSubArea.getRegion()Returns the region by directly fetching with region ID from cache.@Nullable RegionWar.getWinner()Methods in tfagaming.projects.minecraft.homestead.models that return types with arguments of type Region -
Uses of Region in tfagaming.projects.minecraft.homestead.sessions
Methods in tfagaming.projects.minecraft.homestead.sessions that return RegionModifier and TypeMethodDescriptionstatic RegionTargetRegionSession.getRegion(org.bukkit.OfflinePlayer player) Methods in tfagaming.projects.minecraft.homestead.sessions with parameters of type RegionModifier and TypeMethodDescriptionstatic longstatic longstatic booleanMergeRegionSession.isFromHaveRequest(Region from) static booleanMergeRegionSession.isToHaveRequest(Region to) static voidMergeRegionSession.newMergeRequest(Region region, Region regionToMerge) static voidTargetRegionSession.newSession(org.bukkit.entity.Player player, Region region) static void -
Uses of Region in tfagaming.projects.minecraft.homestead.storage
Methods in tfagaming.projects.minecraft.homestead.storage with parameters of type RegionModifier and TypeMethodDescriptionstatic booleanstatic SharedStorageRegionStorage.createStorage(Region region, int size) static voidRegionStorage.deleteStorage(Region region) static SharedStorageRegionStorage.getStorage(Region region) static intRegionStorage.getStorageSize(Region region) static booleanRegionStorage.hasStorage(Region region) static voidRegionStorage.openStorage(Region region, org.bukkit.entity.Player player) static booleanRegionStorage.upgradeStorage(Region region, int newSize) -
Uses of Region in tfagaming.projects.minecraft.homestead.tools.java
Methods in tfagaming.projects.minecraft.homestead.tools.java with parameters of type RegionModifier and TypeMethodDescriptionstatic StringFormatter.getMembersOfRegion(Region region) Get beautiful and readable list of members of a region. -
Uses of Region in tfagaming.projects.minecraft.homestead.tools.minecraft.economy
Methods in tfagaming.projects.minecraft.homestead.tools.minecraft.economy with parameters of type RegionModifier and TypeMethodDescriptionstatic doubleUpkeepUtility.getAmountToPay(Region region) static intUpkeepUtility.getChunksToRemove(Region region) -
Uses of Region in tfagaming.projects.minecraft.homestead.tools.minecraft.limits
Methods in tfagaming.projects.minecraft.homestead.tools.minecraft.limits with parameters of type RegionModifier and TypeMethodDescriptionstatic intLimits.getRegionLimit(Region region, Limits.LimitType limit) static booleanLimits.hasReachedLimit(org.bukkit.OfflinePlayer player, Region region, Limits.LimitType limit) -
Uses of Region in tfagaming.projects.minecraft.homestead.tools.minecraft.rewards
Methods in tfagaming.projects.minecraft.homestead.tools.minecraft.rewards with parameters of type RegionModifier and TypeMethodDescriptionstatic intRewards.getChunksByEachMember(Region region) static intLevelRewards.getChunksByLevel(Region region) static intLevelRewards.getMembersByLevel(Region region) static intRewards.getSubAreasByEachMember(Region region) static intLevelRewards.getSubAreasByLevel(Region region) static intLevelRewards.getUpkeepReductionByLevel(Region region)