Uses of Enum Class
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.UnaryOperation.Type
Packages that use DensityFunctionTypes.UnaryOperation.Type
-
Uses of DensityFunctionTypes.UnaryOperation.Type in net.minecraft.world.gen.densityfunction
Fields in net.minecraft.world.gen.densityfunction declared as DensityFunctionTypes.UnaryOperation.TypeModifier and TypeFieldDescriptionprivate final DensityFunctionTypes.UnaryOperation.TypeDensityFunctionTypes.UnaryOperation.typeThe field for thetyperecord component.Methods in net.minecraft.world.gen.densityfunction that return DensityFunctionTypes.UnaryOperation.TypeModifier and TypeMethodDescriptionDensityFunctionTypes.UnaryOperation.type()Returns the value of thetyperecord 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.Methods in net.minecraft.world.gen.densityfunction with parameters of type DensityFunctionTypes.UnaryOperation.TypeModifier and TypeMethodDescriptionprivate static doubleDensityFunctionTypes.UnaryOperation.apply(DensityFunctionTypes.UnaryOperation.Type type, double density) DensityFunctionTypes.UnaryOperation.create(DensityFunctionTypes.UnaryOperation.Type type, DensityFunction input) static DensityFunctionDensityFunctionTypes.unary(DensityFunction input, DensityFunctionTypes.UnaryOperation.Type type) Constructors in net.minecraft.world.gen.densityfunction with parameters of type DensityFunctionTypes.UnaryOperation.TypeModifierConstructorDescriptionprotectedUnaryOperation(DensityFunctionTypes.UnaryOperation.Type type, DensityFunction densityFunction, double double2, double double3)