Package hiiragi283.lib.registry
Class HTCopperMap
-
-
Field Summary
Fields Modifier and Type Field Description private final Tunaffectedprivate final Texposedprivate final Tweatheredprivate final Toxidizedprivate final Integersizeprivate final Set<WeatheringCopper.WeatherState>keysprivate final Collection<T>valuesprivate final Set<Entry.Map<WeatheringCopper.WeatherState, T>>entries
-
Constructor Summary
Constructors Constructor Description HTCopperMap(T unaffected, T exposed, T weathered, T oxidized)
-
Method Summary
Modifier and Type Method Description final TgetUnaffected()final TgetExposed()final TgetWeathered()final TgetOxidized()IntegergetSize()Set<WeatheringCopper.WeatherState>getKeys()Collection<T>getValues()Set<Entry.Map<WeatheringCopper.WeatherState, T>>getEntries()BooleanisEmpty()BooleancontainsKey(WeatheringCopper.WeatherState key)BooleancontainsValue(T value)Tget(WeatheringCopper.WeatherState key)-
-
Method Detail
-
getUnaffected
final T getUnaffected()
-
getExposed
final T getExposed()
-
getWeathered
final T getWeathered()
-
getOxidized
final T getOxidized()
-
getValues
Collection<T> getValues()
-
getEntries
Set<Entry.Map<WeatheringCopper.WeatherState, T>> getEntries()
-
containsKey
Boolean containsKey(WeatheringCopper.WeatherState key)
-
containsValue
Boolean containsValue(T value)
-
-
-
-