Uses of Enum Class
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.class_6925.Type
Packages that use DensityFunctionTypes.class_6925.Type
-
Uses of DensityFunctionTypes.class_6925.Type in net.minecraft.world.gen.densityfunction
Fields in net.minecraft.world.gen.densityfunction declared as DensityFunctionTypes.class_6925.TypeModifier and TypeFieldDescriptionprivate final DensityFunctionTypes.class_6925.TypeDensityFunctionTypes.class_6925.typeThe field for thetyperecord component.Methods in net.minecraft.world.gen.densityfunction that return DensityFunctionTypes.class_6925.TypeModifier and TypeMethodDescriptionDensityFunctionTypes.class_6925.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static DensityFunctionTypes.class_6925.Type[]DensityFunctionTypes.class_6925.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.class_6925.TypeModifier and TypeMethodDescriptionstatic DensityFunctionDensityFunctionTypes.method_40490(DensityFunction densityFunction, DensityFunctionTypes.class_6925.Type type) private static doubleDensityFunctionTypes.class_6925.method_40521(DensityFunctionTypes.class_6925.Type type, double double2) DensityFunctionTypes.class_6925.method_41079(DensityFunctionTypes.class_6925.Type type, DensityFunction densityFunction) Constructors in net.minecraft.world.gen.densityfunction with parameters of type DensityFunctionTypes.class_6925.TypeModifierConstructorDescriptionprotectedclass_6925(DensityFunctionTypes.class_6925.Type type, DensityFunction densityFunction, double double2, double double3)