Interface | Description |
---|---|
WrappedScheduler.TaskWrapper |
Represents a backwards compatible Bukkit task.
|
Class | Description |
---|---|
ByteBufferInputStream |
Represents an input stream that delegates to a byte buffer.
|
ByteBufferOutputStream |
Represents an output stream that is backed by a ByteBuffer.
|
ChatExtensions |
Utility methods for sending chat messages.
|
ClassSource |
Represents an abstract class loader that can only retrieve classes by their canonical name.
|
EnhancerFactory |
Represents a shared enchancer factory.
|
MinecraftFields |
Retrieve the content of well-known fields in Minecraft.
|
MinecraftMethods |
Static methods for accessing Minecraft methods.
|
MinecraftReflection |
Methods and constants specifically used in conjuction with reflecting Minecraft object.
|
MinecraftVersion |
Determine the current Minecraft version.
|
SafeCacheBuilder<K,V> |
Represents a Guava CacheBuilder that is compatible with both Guava 10 and 13.
|
SnapshotVersion |
Used to parse a snapshot version.
|
StreamSerializer |
Utility methods for reading and writing Minecraft objects to streams.
|
WrappedScheduler |
Allows us to stay backwards compatible with older versions of Bukkit.
|