Class RecipeComponentValueMap
java.lang.Object
java.util.AbstractMap<RecipeKey<?>,Object>
dev.latvian.mods.kubejs.recipe.component.RecipeComponentValueMap
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecipeComponentValueMapfinal RecipeComponentValue<?>[] -
Constructor Summary
ConstructorsConstructorDescriptionRecipeComponentValueMap(RecipeComponentValue<?>[] holders) RecipeComponentValueMap(List<RecipeKey<?>> keys) -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
EMPTY
-
holders
-
-
Constructor Details
-
RecipeComponentValueMap
-
RecipeComponentValueMap
-
-
Method Details
-
entrySet
-
put
-
getHolder
-
get
-
getOrDefault
-
hashCode
public int hashCode() -
equals
-