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 KgetKey()VgetValue()static <K,V>
GameEntryof(K k, V v)VsetValue(V value)
-