Package net.glowstone.util
Interface DynamicallyTypedMapWithDoubles<K>
- All Superinterfaces:
DynamicallyTypedMap<K>,DynamicallyTypedMapWithFloats<K>
- All Known Implementing Classes:
CompoundTag,WorldConfig
-
Method Summary
Methods inherited from interface net.glowstone.util.DynamicallyTypedMap
getBoolean, getInt, getStringMethods inherited from interface net.glowstone.util.DynamicallyTypedMapWithFloats
getFloat
-
Method Details
-
getDouble
Retrieves an entry as adouble.- Parameters:
key- the key to look up- Returns:
- the value as a
double
-