| Constructor and Description |
|---|
NumberTag() |
| Modifier and Type | Method and Description |
|---|---|
abstract byte |
asByte()
Gets the byte value of this tag.
|
abstract double |
asDouble()
Gets the double value of this tag.
|
abstract float |
asFloat()
Gets the float value of this tag.
|
abstract int |
asInt()
Gets the int value of this tag.
|
abstract long |
asLong()
Gets the long value of this tag.
|
abstract short |
asShort()
Gets the short value of this tag.
|
public abstract byte asByte()
public abstract short asShort()
public abstract int asInt()
public abstract long asLong()
public abstract float asFloat()
public abstract double asDouble()
Copyright © 2021. All rights reserved.