| Interface | Description |
|---|---|
| MethodFilter |
When creating a new proxy using
ClassProxy, you may specify a MethodFilter to select which methods should be overridden and which not. |
| Class | Description |
|---|---|
| ClassProxy |
A util which allows you to create class proxies.
|
| NBTLib |
The "main" class and base of NBTLib.
|
| Tag<T> |
A representation of Minecraft NBT tags.
|
| Enum | Description |
|---|---|
| NBT |
A bunch of NBT tools.
|
| Exception | Description |
|---|---|
| NBTLibDisabledException |
Thrown if the NBTLib is disabled and a method of it is invoked.
|
| UnknownTagException |
Thrown by Tag.newList() and Tag.newCompound() if the List of Map contains a value that can't be represented by a
Tag. |
Copyright © 2013. All Rights Reserved.