CommandAPI 9.6.0
An API for the command UI introduced in Minecraft 1.13
|
An exception that occurs when the NBTAPI is not found, but an argument that uses it is declared. More...
Public Member Functions | |
NBTAPINotFoundException (Class<?> c) | |
Creates an NBTAPINotFoundException. More... | |
An exception that occurs when the NBTAPI is not found, but an argument that uses it is declared.
dev.jorel.commandapi.exceptions.NBTAPINotFoundException.NBTAPINotFoundException | ( | Class<?> | c | ) |
Creates an NBTAPINotFoundException.
c | the class that uses the NBTAPI |