Uses of Enum Class
dev.wyck.worldgen.function.noise.ShiftedFunction.Kind
Packages that use ShiftedFunction.Kind
-
Uses of ShiftedFunction.Kind in dev.wyck.worldgen.function.noise
Subclasses with type arguments of type ShiftedFunction.Kind in dev.wyck.worldgen.function.noiseMethods in dev.wyck.worldgen.function.noise that return ShiftedFunction.KindModifier and TypeMethodDescriptionShiftedFunction.kind()The kind of shift.static ShiftedFunction.KindReturns the enum constant of this class with the specified name.static ShiftedFunction.Kind[]ShiftedFunction.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.worldgen.function.noise with parameters of type ShiftedFunction.KindModifier and TypeMethodDescriptionstatic ShiftedFunctionShiftedFunction.of(@Nullable ResourceKey resourceKey, NoiseParameters noiseParameters, ShiftedFunction.Kind kind) Creates a new shifted function.static ShiftedFunctionShiftedFunction.of(NoiseParameters noiseParameters, ShiftedFunction.Kind kind) Creates a new shifted function.