public abstract class BaseTagAPI<T> extends AbstractWrapped<T>
wrapped| Modifier | Constructor and Description |
|---|---|
protected |
BaseTagAPI(T tag) |
| Modifier and Type | Method and Description |
|---|---|
abstract CompoundTagAPI<?> |
asCompoundTag() |
abstract ListTagAPI<?> |
asListTag() |
abstract PrimitiveTagAPI<?> |
asPrimitiveTag() |
abstract StringTagAPI<?> |
asStringTag() |
abstract boolean |
isCompound() |
abstract boolean |
isList() |
abstract boolean |
isPrimitive() |
abstract boolean |
isString() |
void |
write(io.netty.buffer.ByteBuf buf) |
equals, getWrapped, getWrappedClass, toStringprotected BaseTagAPI(T tag)
public abstract CompoundTagAPI<?> asCompoundTag()
public abstract ListTagAPI<?> asListTag()
public abstract PrimitiveTagAPI<?> asPrimitiveTag()
public abstract StringTagAPI<?> asStringTag()
public abstract boolean isCompound()
public abstract boolean isList()
public abstract boolean isPrimitive()
public abstract boolean isString()
public void write(io.netty.buffer.ByteBuf buf)