Uses of Enum Class
net.minecraft.util.function.ValueLists.OutOfBoundsHandling
-
Uses of ValueLists.OutOfBoundsHandling in net.minecraft.util.function
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ValueLists.OutOfBoundsHandling[]
ValueLists.OutOfBoundsHandling.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <T> IntFunction<T>
ValueLists.createIdToValueFunction
(ToIntFunction<T> valueToIdFunction, T[] values, ValueLists.OutOfBoundsHandling outOfBoundsHandling)