Class AdventureIndexUtil
java.lang.Object
com.github.retrooper.packetevents.util.adventure.AdventureIndexUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,
V> K indexKeyOrThrow
(net.kyori.adventure.util.Index<K, V> index, V value) static <K,
V> V indexValueOrThrow
(net.kyori.adventure.util.Index<K, V> index, K key)
-
Method Details
-
indexValueOrThrow
public static <K,V> V indexValueOrThrow(net.kyori.adventure.util.Index<K, V> index, K key) -
indexKeyOrThrow
public static <K,V> K indexKeyOrThrow(net.kyori.adventure.util.Index<K, V> index, V value)
-