Uses of Enum Class
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.LinearOperation.SpecificType
Packages that use DensityFunctionTypes.LinearOperation.SpecificType
-
Uses of DensityFunctionTypes.LinearOperation.SpecificType in net.minecraft.world.gen.densityfunction
Fields in net.minecraft.world.gen.densityfunction declared as DensityFunctionTypes.LinearOperation.SpecificTypeModifier and TypeFieldDescriptionprivate final DensityFunctionTypes.LinearOperation.SpecificTypeDensityFunctionTypes.LinearOperation.specificTypeThe field for thespecificTyperecord component.Methods in net.minecraft.world.gen.densityfunction that return DensityFunctionTypes.LinearOperation.SpecificTypeModifier and TypeMethodDescriptionDensityFunctionTypes.LinearOperation.specificType()Returns the value of thespecificTyperecord component.Returns the enum constant of this class with the specified name.DensityFunctionTypes.LinearOperation.SpecificType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.gen.densityfunction with parameters of type DensityFunctionTypes.LinearOperation.SpecificTypeModifierConstructorDescription(package private)LinearOperation(DensityFunctionTypes.LinearOperation.SpecificType specificType, DensityFunction densityFunction, double double2, double double3, double double4)