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