Package com.comphenix.packetwrapper.util
Class MoreConverters
java.lang.Object
com.comphenix.packetwrapper.util.MoreConverters
- Since:
- 08.05.2023
- Author:
- Lukas Alt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <V> com.comphenix.protocol.reflect.EquivalentConverter<it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>>
getInt2ObjectMapConverter
(com.comphenix.protocol.reflect.EquivalentConverter<V> valConverter) static com.comphenix.protocol.reflect.EquivalentConverter<org.bukkit.Material>
-
Constructor Details
-
MoreConverters
public MoreConverters()
-
-
Method Details
-
getInt2ObjectMapConverter
public static <V> com.comphenix.protocol.reflect.EquivalentConverter<it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>> getInt2ObjectMapConverter(com.comphenix.protocol.reflect.EquivalentConverter<V> valConverter) -
getMaterialConverter
public static com.comphenix.protocol.reflect.EquivalentConverter<org.bukkit.Material> getMaterialConverter()
-