Uses of Enum Class
net.minecraft.util.ByIdMap.OutOfBoundsStrategy
Packages that use ByIdMap.OutOfBoundsStrategy
-
Uses of ByIdMap.OutOfBoundsStrategy in net.minecraft.util
Subclasses with type arguments of type ByIdMap.OutOfBoundsStrategy in net.minecraft.utilMethods in net.minecraft.util that return ByIdMap.OutOfBoundsStrategyModifier and TypeMethodDescriptionstatic ByIdMap.OutOfBoundsStrategyReturns the enum constant of this class with the specified name.static ByIdMap.OutOfBoundsStrategy[]ByIdMap.OutOfBoundsStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.util with parameters of type ByIdMap.OutOfBoundsStrategyModifier and TypeMethodDescriptionstatic <T> IntFunction<T> ByIdMap.continuous(ToIntFunction<T> idGetter, T[] values, ByIdMap.OutOfBoundsStrategy strategy)