Class | Description |
---|---|
AbstractWrapper |
Represents a wrapper for an NMS object.
|
BukkitConverters |
Contains several useful equivalent converters for normal Bukkit types.
|
ChunkCoordIntPair |
Represents a ChunkCoordIntPair.
|
ChunkPosition |
Copies a immutable net.minecraft.server.ChunkPosition, which represents a integer 3D vector.
|
EnumWrappers |
Represents a generic enum converter.
|
TroveWrapper |
Wrap a GNU Trove Collection class with an equivalent Java Collection class.
|
WrappedAttribute |
Represents a single attribute sent in packet 44.
|
WrappedAttribute.Builder |
Represents a builder for wrapped attributes.
|
WrappedAttributeModifier |
Represents a wrapper around a AttributeModifier.
|
WrappedAttributeModifier.Builder |
Represents a builder of attribute modifiers.
|
WrappedChatComponent |
Represents a chat component added in Minecraft 1.7.2
|
WrappedChunkCoordinate |
Allows access to a chunk coordinate.
|
WrappedDataWatcher |
Wraps a DataWatcher that is used to transmit arbitrary key-value pairs with a given entity.
|
WrappedGameProfile |
Represents a wrapper for a game profile.
|
WrappedIntHashMap |
Represents a wrapper for the internal IntHashMap in Minecraft.
|
WrappedServerPing |
Represents a server ping packet data.
|
WrappedServerPing.CompressedImage |
Represents a compressed favicon.
|
WrappedStatistic |
Represents a Minecraft statistics.
|
WrappedWatchableObject |
Represents a watchable object.
|
Enum | Description |
---|---|
EnumWrappers.ChatVisibility | |
EnumWrappers.ClientCommand | |
EnumWrappers.Difficulty | |
EnumWrappers.EntityUseAction | |
EnumWrappers.NativeGameMode |
Represents a native game mode in Minecraft.
|
WrappedAttributeModifier.Operation |
Represents the different modifier operations.
|
Exception | Description |
---|---|
TroveWrapper.CannotFindTroveNoEntryValue |