| Package | Description |
|---|---|
| xyz.nickr.nbt.tags |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteTag
Represents a
NBTTag containing a byte. |
class |
DoubleTag
Represents a
NBTTag containing a double. |
class |
FloatTag
Represents a
NBTTag containing a float. |
class |
IntTag
Represents a
NBTTag containing an int. |
class |
LongTag
Represents a
NBTTag containing a long. |
class |
ShortTag
Represents a
NBTTag containing a short. |
| Modifier and Type | Method and Description |
|---|---|
NumberTag |
NBTTag.getAsNumberTag()
Attempts to get this tag as a NumberTag.
|
NumberTag |
ListTag.getAsNumberTag(int n)
Attempts to get the given tag as a NumberTag.
|
NumberTag |
CompoundTag.getAsNumberTag(String name)
Attempts to get the given tag as a NumberTag.
|
Copyright © 2017. All rights reserved.