| Package | Description |
|---|---|
| com.sk89q.worldguard.bukkit.util.report | |
| com.sk89q.worldguard.util.report |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigReport |
class |
PerformanceReport |
class |
PluginReport |
class |
SchedulerReport |
class |
ServerReport |
class |
ServicesReport |
class |
WorldReport |
| Modifier and Type | Class and Description |
|---|---|
class |
CancelReport
Reports on cancelled events.
|
class |
DataReport |
class |
RegionReport
Reports on a region.
|
class |
ReportList |
class |
ShallowObjectReport |
class |
StackTraceReport |
class |
SystemInfoReport |
| Modifier and Type | Method and Description |
|---|---|
Report |
ReportList.get(int index) |
Report |
ReportList.remove(int index) |
Report |
ReportList.set(int index,
Report element) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Report> |
ReportList.iterator() |
ListIterator<Report> |
ReportList.listIterator() |
ListIterator<Report> |
ReportList.listIterator(int index) |
List<Report> |
ReportList.subList(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportList.add(int index,
Report element) |
boolean |
ReportList.add(Report report) |
Report |
ReportList.set(int index,
Report element) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportList.addAll(Collection<? extends Report> c) |
boolean |
ReportList.addAll(int index,
Collection<? extends Report> c) |
Copyright © 2015. All Rights Reserved.