Package net.minecraft
Enum Class class_6916.class_6919
- All Implemented Interfaces:
Serializable,Comparable<class_6916.class_6919>,Constable,NoiseType,NoiseType.class_6913
- Enclosing class:
class_6916
protected static enum class_6916.class_6919
extends Enum<class_6916.class_6919>
implements NoiseType.class_6913
- Mappings:
Namespace Name official ctp$dintermediary net/minecraft/class_6916$class_6919named net/minecraft/class_6916$class_6919
-
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.noise.NoiseType
NoiseType.class_6911, NoiseType.class_6913, NoiseType.class_6915, NoiseType.NoisePos, NoiseType.UnblendedNoisePos -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsFields inherited from interface net.minecraft.world.gen.noise.NoiseType
field_37057, field_37058, field_37059 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublemaxValue()voidmethod_40470(double[] double2, NoiseType.class_6911 class_6911) com.mojang.serialization.Codec<? extends NoiseType>doubleminValue()doublesample(NoiseType.NoisePos pos) static class_6916.class_6919Returns the enum constant of this class with the specified name.static class_6916.class_6919[]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.noise.NoiseType
method_40468, method_40471, method_40472, method_40473, method_40474, method_40475, method_40476Methods inherited from interface net.minecraft.world.gen.noise.NoiseType.class_6913
method_40469
-
Enum Constant Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official aLctp$d;a:Lctp$d;intermediary field_36549Lnet/minecraft/class_6916$class_6919;field_36549:Lnet/minecraft/class_6916$class_6919;named INSTANCELnet/minecraft/class_6916$class_6919;INSTANCE:Lnet/minecraft/class_6916$class_6919;
-
-
Field Details
-
field_37079
- Mappings:
Namespace Name Mixin selector official eLctp$d;e:Lcom/mojang/serialization/Codec;intermediary field_37079Lnet/minecraft/class_6916$class_6919;field_37079:Lcom/mojang/serialization/Codec;named field_37079Lnet/minecraft/class_6916$class_6919;field_37079:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_6919
private class_6919()
-
-
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 interfaceNoiseType- Mappings:
Namespace Name Mixin selector official aLcto;a(Lcto$b;)Dintermediary method_40464Lnet/minecraft/class_6910;method_40464(Lnet/minecraft/class_6910$class_6912;)Dnamed sampleLnet/minecraft/world/gen/noise/NoiseType;sample(Lnet/minecraft/world/gen/noise/NoiseType$NoisePos;)D
-
method_40470
- Specified by:
method_40470in interfaceNoiseType- Specified by:
method_40470in interfaceNoiseType.class_6913- Mappings:
Namespace Name Mixin selector official aLcto;a([DLcto$a;)Vintermediary method_40470Lnet/minecraft/class_6910;method_40470([DLnet/minecraft/class_6910$class_6911;)Vnamed method_40470Lnet/minecraft/world/gen/noise/NoiseType;method_40470([DLnet/minecraft/world/gen/noise/NoiseType$class_6911;)V
-
minValue
public double minValue() -
maxValue
public double maxValue() -
method_41062
- Specified by:
method_41062in interfaceNoiseType- Mappings:
Namespace Name Mixin selector official cLcto;c()Lcom/mojang/serialization/Codec;intermediary method_41062Lnet/minecraft/class_6910;method_41062()Lcom/mojang/serialization/Codec;named method_41062Lnet/minecraft/world/gen/noise/NoiseType;method_41062()Lcom/mojang/serialization/Codec;
-