Package dev.ultreon.ubo.types
Class DoubleType
java.lang.Object
dev.ultreon.ubo.types.DoubleType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
boolean
double
getValue()
int
hashCode()
int
id()
static DoubleType
void
setValue
(double val) void
toString()
void
write
(DataOutput output) writeUso()
-
Constructor Details
-
DoubleType
public DoubleType(double obj)
-
-
Method Details
-
getValue
-
getDoubleValue
public double getDoubleValue() -
setValue
-
setValue
public void setValue(double val) -
id
public int id() -
write
- Specified by:
write
in interfaceDataType<Double>
- Throws:
IOException
-
read
- Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
copy
-
writeUso
-
toString
-