Interface DynamicallyTypedMapWithDoubles<K>

All Superinterfaces:
DynamicallyTypedMap<K>, DynamicallyTypedMapWithFloats<K>
All Known Implementing Classes:
CompoundTag, WorldConfig

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

    • getDouble

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