Interface | Description |
---|---|
Reflection.ConstructorInvoker |
An interface for invoking a specific constructor.
|
Reflection.FieldAccessor<T> |
An interface for retrieving the field content.
|
Reflection.MethodInvoker |
An interface for invoking a specific method.
|
ThrowingVoidFunction<T extends java.lang.Throwable> |
Functional interface that performs an operation that might throw an exception.
|
VoidFunction |
Functional interface that performs an operation that returns nothing.
|
Class | Description |
---|---|
Reflection |
An utility class that simplifies reflection in Bukkit plugins.
|
ThrowableUtils |
Utilities for manipulating different Throwables.
|