See: Description
| 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.
|
| Class | Description |
|---|---|
| Reflection |
An utility class that simplifies reflection in Bukkit plugins.
|
| TinyProtocol |
Represents a very tiny alternative to ProtocolLib.
|