Package | Description |
---|---|
me.cassayre.florian.hawk.report |
Modifier and Type | Method and Description |
---|---|
ReportSettings |
ReportSettings.disableDamages()
Disables the damages tab on the report page.
|
ReportSettings |
ReportSettings.disablePlayers()
Disables the players tab on the report page.
|
ReportSettings |
ReportSettings.disableSummary()
Disables the summary tab on the report page.
|
ReportSettings |
ReportSettings.displayDate(boolean date) |
ReportSettings |
ReportSettings.displayPlayersCount(boolean playersCount) |
ReportSettings |
ReportSettings.displayWinners(boolean winners) |
ReportSettings |
ReportSettings.enableDamages(boolean perPlayers,
boolean perTeams,
boolean fromEnvironment,
boolean withKiller)
Enables the damages tab on the report page.
|
ReportSettings |
ReportSettings.enablePlayers(boolean withPlayTime,
boolean withGlobalStatistics,
boolean withUsed,
boolean withMined,
boolean withPickedUp)
Enables the players tab on the report page, displaying statistics on every players and aggregated global statistics.
|
ReportSettings |
ReportSettings.enableSummary(boolean history,
boolean players,
boolean teams)
Enables the summary tab on the report page.
|
ReportSettings |
ReportSettings.highlightingTheseMinedBlocks(Collection<org.bukkit.Material> highlighted)
Highlights these mined blocks in the players tab.
|
ReportSettings |
ReportSettings.highlightingTheseMinedBlocks(org.bukkit.Material... highlighted)
Highlights these mined blocks in the players tab.
|
ReportSettings |
ReportSettings.highlightingThesePickedUpItems(Collection<org.bukkit.Material> highlighted)
Highlights these picked-up items in the players tab.
|
ReportSettings |
ReportSettings.highlightingThesePickedUpItems(org.bukkit.Material... highlighted)
Highlights these picked-up items in the players tab.
|
ReportSettings |
ReportSettings.highlightingTheseStatistics(Collection<org.bukkit.Statistic> highlighted)
Highlights these global statistics in the players tab.
|
ReportSettings |
ReportSettings.highlightingTheseStatistics(org.bukkit.Statistic... highlighted)
Highlights these global statistics in the players tab.
|
ReportSettings |
ReportSettings.highlightingTheseUsedItems(Collection<org.bukkit.Material> highlighted)
Highlights these used items in the players tab.
|
ReportSettings |
ReportSettings.highlightingTheseUsedItems(org.bukkit.Material... highlighted)
Highlights these used items in the players tab.
|
ReportSettings |
Report.settings()
Opens the settings.
|
ReportSettings |
ReportSettings.withGenerator(String name,
String url)
Adds the name of the plugin, or other generator, responsible for this
report's generation.
|
ReportSettings |
ReportSettings.withoutGenerator()
Removes any credit for the generator.
|
ReportSettings |
ReportSettings.withoutGlobalStatisticsWhitelist()
Displays all collected statistics in the players tab.
|
ReportSettings |
ReportSettings.withoutHighlightingAnyGlobalStatistic()
Displays all global statistics equally without hiding anything.
|
ReportSettings |
ReportSettings.withoutHighlightingAnyMinedBlock()
Displays all mined blocks equally without hiding anything.
|
ReportSettings |
ReportSettings.withoutHighlightingAnyPickedUpItem()
Displays all picked-up items equally without hiding anything.
|
ReportSettings |
ReportSettings.withoutHighlightingAnyUsedItem()
Displays all used items equally without hiding anything.
|
ReportSettings |
ReportSettings.withoutMinedStatisticsWhitelist()
Displays all collected mined blocks in the players tab.
|
ReportSettings |
ReportSettings.withoutPickedUpStatisticsWhitelist()
Displays all collected picked-up items in the players tab.
|
ReportSettings |
ReportSettings.withoutUsedStatisticsWhitelist()
Displays all collected used items in the players tab.
|
ReportSettings |
ReportSettings.withTheseInGlobalStatisticsWhitelist(Collection<org.bukkit.Statistic> whitelisted)
Only display these global statistics in the players tab.
|
ReportSettings |
ReportSettings.withTheseInGlobalStatisticsWhitelist(org.bukkit.Statistic... whitelisted)
Only display these global statistics in the players tab.
|
ReportSettings |
ReportSettings.withTheseInMinedStatisticsWhitelist(Collection<org.bukkit.Material> whitelisted)
Only display these mined blocks in the players tab.
|
ReportSettings |
ReportSettings.withTheseInMinedStatisticsWhitelist(org.bukkit.Material... whitelisted)
Only display these mined blocks in the players tab.
|
ReportSettings |
ReportSettings.withTheseInPickedUpStatisticsWhitelist(Collection<org.bukkit.Material> whitelisted)
Only display these picked-up items in the players tab.
|
ReportSettings |
ReportSettings.withTheseInPickedUpStatisticsWhitelist(org.bukkit.Material... whitelisted)
Only display these picked-up items in the players tab.
|
ReportSettings |
ReportSettings.withTheseInUsedStatisticsWhitelist(Collection<org.bukkit.Material> whitelisted)
Only display these used items in the players tab.
|
ReportSettings |
ReportSettings.withTheseInUsedStatisticsWhitelist(org.bukkit.Material... whitelisted)
Only display these used items in the players tab.
|
Copyright © 2021. All rights reserved.