Uses of Enum Class
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Wrapping.Type
Packages that use DensityFunctionTypes.Wrapping.Type
-
Uses of DensityFunctionTypes.Wrapping.Type in net.minecraft.world.gen.densityfunction
Fields in net.minecraft.world.gen.densityfunction declared as DensityFunctionTypes.Wrapping.TypeModifier and TypeFieldDescriptionprivate final DensityFunctionTypes.Wrapping.Type
DensityFunctionTypes.Wrapping.type
The field for thetype
record component.Methods in net.minecraft.world.gen.densityfunction that return DensityFunctionTypes.Wrapping.TypeModifier and TypeMethodDescriptionDensityFunctionTypes.Wrapper.type()
DensityFunctionTypes.Wrapping.type()
Returns the enum constant of this class with the specified name.static DensityFunctionTypes.Wrapping.Type[]
DensityFunctionTypes.Wrapping.Type.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.Wrapping.TypeModifierConstructorDescriptionprotected
Wrapping
(DensityFunctionTypes.Wrapping.Type type, DensityFunction densityFunction)