public abstract class PrimitiveTagAPI<T> extends BaseTagAPI<T>
wrapped| Modifier | Constructor and Description |
|---|---|
protected |
PrimitiveTagAPI(T tag) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
asBoolean() |
abstract byte |
asByte() |
abstract double |
asDouble() |
abstract float |
asFloat() |
abstract int |
asInt() |
abstract long |
asLong() |
abstract short |
asShort() |
asCompoundTag, asListTag, asPrimitiveTag, asStringTag, isCompound, isList, isPrimitive, isString, writeequals, getWrapped, getWrappedClass, toStringprotected PrimitiveTagAPI(T tag)