类 ByIdMap
java.lang.Object
net.minecraft.util.ByIdMap
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <T> IntFunction
<T> continuous
(ToIntFunction<T> p_263112_, T[] p_262975_, ByIdMap.OutOfBoundsStrategy p_263075_) private static <T> IntFunction
<T> createMap
(ToIntFunction<T> p_263047_, T[] p_263043_) private static <T> T[]
createSortedArray
(ToIntFunction<T> p_262976_, T[] p_263053_) static <T> IntFunction
<T> sparse
(ToIntFunction<T> p_262952_, T[] p_263085_, T p_262981_)
-
构造器详细资料
-
ByIdMap
public ByIdMap()
-
-
方法详细资料
-
createMap
-
sparse
-
createSortedArray
-
continuous
public static <T> IntFunction<T> continuous(ToIntFunction<T> p_263112_, T[] p_262975_, ByIdMap.OutOfBoundsStrategy p_263075_)
-