IntBinaryTag
.@Deprecated public final class IntTag extends Tag
TAG_Int
tag.Constructor and Description |
---|
IntTag(int value)
Deprecated.
Creates the tag with an empty name.
|
IntTag(com.sk89q.worldedit.util.nbt.IntBinaryTag adventureTag)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.sk89q.worldedit.util.nbt.IntBinaryTag |
asBinaryTag()
Deprecated.
|
java.lang.Integer |
getValue()
Deprecated.
Gets the value of this tag.
|