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 RefNbtTagFloatof(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
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 RefNbtTagFloat of(float value)
-
-
-
-