Enum Class DensityFunctionTypes.Beardifier
java.lang.Object
java.lang.Enum<DensityFunctionTypes.Beardifier>
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Beardifier
- All Implemented Interfaces:
Serializable,Comparable<DensityFunctionTypes.Beardifier>,Constable,DensityFunction,DensityFunction.class_6913,DensityFunctionTypes.class_7050
- Enclosing class:
DensityFunctionTypes
protected static enum DensityFunctionTypes.Beardifier
extends Enum<DensityFunctionTypes.Beardifier>
implements DensityFunctionTypes.class_7050
- Mappings:
Namespace Name official czl$bintermediary net/minecraft/class_6916$class_7049named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$Beardifier
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
DensityFunction.class_6911, DensityFunction.class_6913, DensityFunction.class_7270, DensityFunction.DensityFunctionVisitor, DensityFunction.NoisePos, DensityFunction.UnblendedNoisePos -
Enum Constant Summary
Enum Constants -
Field Summary
Fields inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
FUNCTION_CODEC, REGISTRY_ENTRY_CODECFields inherited from interface net.minecraft.world.gen.densityfunction.DensityFunctionTypes.class_7050
CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublemaxValue()voidmethod_40470(double[] double2, DensityFunction.class_6911 class_6911) doubleminValue()doubleReturns the enum constant of this class with the specified name.static DensityFunctionTypes.Beardifier[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
abs, clamp, cube, halfNegative, quarterNegative, square, squeezeMethods inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction.class_6913
applyMethods inherited from interface net.minecraft.world.gen.densityfunction.DensityFunctionTypes.class_7050
getCodec
-
Enum Constant Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official aLczl$b;a:Lczl$b;intermediary field_37076Lnet/minecraft/class_6916$class_7049;field_37076:Lnet/minecraft/class_6916$class_7049;named INSTANCELnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Beardifier;INSTANCE:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Beardifier;
-
-
Constructor Details
-
Beardifier
private Beardifier()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
sample
- Specified by:
samplein interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official aLczk;a(Lczk$b;)Dintermediary method_40464Lnet/minecraft/class_6910;method_40464(Lnet/minecraft/class_6910$class_6912;)Dnamed sampleLnet/minecraft/world/gen/densityfunction/DensityFunction;sample(Lnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;)D
-
method_40470
- Specified by:
method_40470in interfaceDensityFunction- Specified by:
method_40470in interfaceDensityFunction.class_6913- Mappings:
Namespace Name Mixin selector official aLczk;a([DLczk$a;)Vintermediary method_40470Lnet/minecraft/class_6910;method_40470([DLnet/minecraft/class_6910$class_6911;)Vnamed method_40470Lnet/minecraft/world/gen/densityfunction/DensityFunction;method_40470([DLnet/minecraft/world/gen/densityfunction/DensityFunction$class_6911;)V
-
minValue
public double minValue()- Specified by:
minValuein interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official aLczk;a()Dintermediary comp_377Lnet/minecraft/class_6910;comp_377()Dnamed minValueLnet/minecraft/world/gen/densityfunction/DensityFunction;minValue()D
-
maxValue
public double maxValue()- Specified by:
maxValuein interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official bLczk;b()Dintermediary comp_378Lnet/minecraft/class_6910;comp_378()Dnamed maxValueLnet/minecraft/world/gen/densityfunction/DensityFunction;maxValue()D
-