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