Package pers.neige.neigeitems.ref.nbt
Class RefNbtBase
-
- All Implemented Interfaces:
public abstract class RefNbtBase
-
-
Constructor Summary
Constructors Constructor Description RefNbtBase()
-
Method Summary
Modifier and Type Method Description static RefNbtBasecreateTag(byte typeId)native bytegetTypeId()native RefNbtBaserClone()native StringasString0()native Optional<String>asString1()native Optional<Number>asNumber1()native Optional<Byte>asByte1()native Optional<Short>asShort1()native Optional<Integer>asInt1()native Optional<Long>asLong1()native Optional<Float>asFloat1()native Optional<Double>asDouble1()native Optional<Boolean>asBoolean()native Optional<Array<byte>>asByteArray()native Optional<Array<int>>asIntArray()native Optional<Array<long>>asLongArray()native Optional<RefNbtTagCompound>asCompound()native Optional<RefNbtTagList>asList()-
-
Method Detail
-
createTag
static RefNbtBase createTag(byte typeId)
-
getTypeId
native byte getTypeId()
-
rClone
native RefNbtBase rClone()
-
asByteArray
native Optional<Array<byte>> asByteArray()
-
asIntArray
native Optional<Array<int>> asIntArray()
-
asLongArray
native Optional<Array<long>> asLongArray()
-
asCompound
native Optional<RefNbtTagCompound> asCompound()
-
asList
native Optional<RefNbtTagList> asList()
-
-
-
-