Uses of Enum Class
dev.wyck.worldgen.function.simple.TwoArgumentSimpleFunction.Operation
Packages that use TwoArgumentSimpleFunction.Operation
-
Uses of TwoArgumentSimpleFunction.Operation in dev.wyck.worldgen.function.simple
Subclasses with type arguments of type TwoArgumentSimpleFunction.Operation in dev.wyck.worldgen.function.simpleModifier and TypeClassDescriptionstatic enumAvailable operations.Methods in dev.wyck.worldgen.function.simple that return TwoArgumentSimpleFunction.OperationModifier and TypeMethodDescriptionTwoArgumentSimpleFunction.operation()The operation to perform.Returns the enum constant of this class with the specified name.static TwoArgumentSimpleFunction.Operation[]TwoArgumentSimpleFunction.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.worldgen.function.simple with parameters of type TwoArgumentSimpleFunction.OperationModifier and TypeMethodDescriptionstatic TwoArgumentSimpleFunctionTwoArgumentSimpleFunction.of(@Nullable ResourceKey resourceKey, TwoArgumentSimpleFunction.Operation operation, DensityFunction first, DensityFunction second) Performs anTwoArgumentSimpleFunction.Operationon two density functions.static TwoArgumentSimpleFunctionTwoArgumentSimpleFunction.of(TwoArgumentSimpleFunction.Operation operation, DensityFunction first, DensityFunction second) Performs anTwoArgumentSimpleFunction.Operationon two density functions.