Uses of Enum Class
net.minecraft.util.function.ValueLists.OutOfBoundsHandling
Packages that use ValueLists.OutOfBoundsHandling
-
Uses of ValueLists.OutOfBoundsHandling in net.minecraft.util.function
Methods in net.minecraft.util.function that return ValueLists.OutOfBoundsHandlingModifier 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.Methods in net.minecraft.util.function with parameters of type ValueLists.OutOfBoundsHandlingModifier and TypeMethodDescriptionstatic <T> IntFunction
<T> ValueLists.createIdToValueFunction
(ToIntFunction<T> valueToIdFunction, T[] values, ValueLists.OutOfBoundsHandling outOfBoundsHandling)