Package net.minecraft.nbt
Class DoubleNBT
java.lang.Object
net.minecraft.nbt.NumberNBT
net.minecraft.nbt.DoubleNBT
- All Implemented Interfaces:
- INBT
- 
Field SummaryFieldsFields inherited from interface net.minecraft.nbt.INBTSYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.nbt.INBTgetAsString, getPrettyDisplay
- 
Field Details- 
ZERO
- 
TYPE
- 
dataprivate final double data
 
- 
- 
Constructor Details- 
DoubleNBTprivate DoubleNBT(double p_i45130_1_) 
 
- 
- 
Method Details- 
valueOf
- 
write- Throws:
- IOException
 
- 
getIdpublic byte getId()
- 
getType
- 
toString
- 
copy
- 
equals
- 
hashCodepublic int hashCode()
- 
getPrettyDisplay
- 
getAsLongpublic long getAsLong()
- 
getAsIntpublic int getAsInt()
- 
getAsShortpublic short getAsShort()- Specified by:
- getAsShortin class- NumberNBT
 
- 
getAsBytepublic byte getAsByte()
- 
getAsDoublepublic double getAsDouble()- Specified by:
- getAsDoublein class- NumberNBT
 
- 
getAsFloatpublic float getAsFloat()- Specified by:
- getAsFloatin class- NumberNBT
 
- 
getAsNumber- Specified by:
- getAsNumberin class- NumberNBT
 
 
-