Package pers.neige.neigeitems.ref.nbt
Class RefNbtTagLong
-
- All Implemented Interfaces:
public final class RefNbtTagLong extends RefNbtNumber
-
-
Constructor Summary
Constructors Constructor Description RefNbtTagLong(long value)
-
Method Summary
Modifier and Type Method Description static RefNbtTagLong
of(long 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
asString, 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 RefNbtTagLong of(long value)
-
-
-
-