Package net.minecraft.nbt
Class FloatNBT
java.lang.Object
net.minecraft.nbt.NumberNBT
net.minecraft.nbt.FloatNBT
- All Implemented Interfaces:
INBT
-
Field Summary
Fields inherited from interface net.minecraft.nbt.INBT
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.nbt.INBT
getAsString, getPrettyDisplay
-
Field Details
-
ZERO
-
TYPE
-
data
private final float data
-
-
Constructor Details
-
FloatNBT
private FloatNBT(float p_i45131_1_)
-
-
Method Details
-
valueOf
-
write
- Throws:
IOException
-
getId
public byte getId() -
getType
-
toString
-
copy
-
equals
-
hashCode
public int hashCode() -
getPrettyDisplay
-
getAsLong
public long getAsLong() -
getAsInt
public int getAsInt() -
getAsShort
public short getAsShort()- Specified by:
getAsShort
in classNumberNBT
-
getAsByte
public byte getAsByte() -
getAsDouble
public double getAsDouble()- Specified by:
getAsDouble
in classNumberNBT
-
getAsFloat
public float getAsFloat()- Specified by:
getAsFloat
in classNumberNBT
-
getAsNumber
- Specified by:
getAsNumber
in classNumberNBT
-