CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.exceptions.NBTAPINotFoundException Class Reference

An exception that occurs when the NBTAPI is not found, but an argument that uses it is declared. More...

+ Inheritance diagram for dev.jorel.commandapi.exceptions.NBTAPINotFoundException:

Public Member Functions

 NBTAPINotFoundException (Class<?> c)
 Creates an NBTAPINotFoundException. More...
 

Detailed Description

An exception that occurs when the NBTAPI is not found, but an argument that uses it is declared.

Constructor & Destructor Documentation

◆ NBTAPINotFoundException()

dev.jorel.commandapi.exceptions.NBTAPINotFoundException.NBTAPINotFoundException ( Class<?>  c)

Creates an NBTAPINotFoundException.

Parameters
cthe class that uses the NBTAPI