Uses of Enum Class
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.UnaryOperation.Type
-
Uses of DensityFunctionTypes.UnaryOperation.Type in net.minecraft.world.gen.densityfunction
Modifier and TypeFieldDescriptionprivate final DensityFunctionTypes.UnaryOperation.Type
DensityFunctionTypes.UnaryOperation.type
The field for thetype
record component.Modifier and TypeMethodDescriptionDensityFunctionTypes.UnaryOperation.type()
Returns the value of thetype
record component.Returns the enum constant of this class with the specified name.DensityFunctionTypes.UnaryOperation.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate static double
DensityFunctionTypes.UnaryOperation.apply
(DensityFunctionTypes.UnaryOperation.Type type, double density) DensityFunctionTypes.UnaryOperation.create
(DensityFunctionTypes.UnaryOperation.Type type, DensityFunction input) static DensityFunction
DensityFunctionTypes.unary
(DensityFunction input, DensityFunctionTypes.UnaryOperation.Type type) ModifierConstructorDescriptionprotected
UnaryOperation
(DensityFunctionTypes.UnaryOperation.Type type, DensityFunction densityFunction, double double2, double double3)