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