Interface DynamicallyTypedMapWithFloats<K>

All Superinterfaces:
DynamicallyTypedMap<K>
All Known Subinterfaces:
DynamicallyTypedMapWithDoubles<K>
All Known Implementing Classes:
CompoundTag, MetadataMap, WorldConfig

public interface DynamicallyTypedMapWithFloats<K> extends DynamicallyTypedMap<K>
  • Method Details

    • getFloat

      float getFloat(K key)
      Retrieves an entry as a float.
      Parameters:
      key - the key to look up
      Returns:
      the value as a float