Package pers.neige.neigeitems.ref.nbt
Class RefNbtTagByte
-
- All Implemented Interfaces:
public final class RefNbtTagByte extends RefNbtNumber
-
-
Constructor Summary
Constructors Constructor Description RefNbtTagByte(byte value)
-
Method Summary
Modifier and Type Method Description static RefNbtTagByteof(byte value)static RefNbtTagByteof(boolean value)-
Methods inherited from class pers.neige.neigeitems.ref.nbt.RefNbtNumber
asByte, asDouble, asFloat, asInt, asLong, asNumber, asShort -
Methods inherited from class pers.neige.neigeitems.ref.nbt.RefNbtBase
asBoolean, asByte1, asByteArray, asCompound, asDouble1, asFloat1, asInt1, asIntArray, asList, asLong1, asLongArray, asNumber1, asShort1, asString0, asString1, createTag, getTypeId, rClone -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
of
static RefNbtTagByte of(byte value)
-
of
static RefNbtTagByte of(boolean value)
-
-
-
-