Class GameEntry<K,V>
- java.lang.Object
-
- com.ericlam.mc.minigames.core.function.GameEntry<K,V>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
static <K,V>
GameEntryof(K k, V v)
V
setValue(V value)
-