Record Class MultiNoiseUtil.ParameterRange
java.lang.Object
java.lang.Record
net.minecraft.world.biome.source.util.MultiNoiseUtil.ParameterRange
- Record Components:
min
-max
-
- Enclosing class:
MultiNoiseUtil
- Mappings:
Namespace Name named net/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange
intermediary net/minecraft/class_6544$class_6546
official ddi$b
named min
intermediary comp_103
official b
named max
intermediary comp_104
official c
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a newMultiNoiseUtil.ParameterRange
that combines the parameters.final boolean
Indicates whether some other object is "equal to" this one.long
getDistance
(long noise) long
final int
hashCode()
Returns a hash code value for this object.long
max()
Returns the value of themax
record component.long
min()
Returns the value of themin
record component.of
(float point) of
(float min, float max) toString()
Returns a string representation of this record class.
-
Field Details
-
min
private final long minThe field for themin
record component. -
max
private final long maxThe field for themax
record component. -
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_34478
Lnet/minecraft/class_6544$class_6546;field_34478:Lcom/mojang/serialization/Codec;
official a
Lddi$b;a:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
ParameterRange
public ParameterRange(long long2, long long3)
-
-
Method Details
-
of
- Mappings:
Namespace Name Mixin selector named of
Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;of(F)Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;
intermediary method_38120
Lnet/minecraft/class_6544$class_6546;method_38120(F)Lnet/minecraft/class_6544$class_6546;
official a
Lddi$b;a(F)Lddi$b;
-
of
- Mappings:
Namespace Name Mixin selector named of
Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;of(FF)Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;
intermediary method_38121
Lnet/minecraft/class_6544$class_6546;method_38121(FF)Lnet/minecraft/class_6544$class_6546;
official a
Lddi$b;a(FF)Lddi$b;
-
combine
public static MultiNoiseUtil.ParameterRange combine(MultiNoiseUtil.ParameterRange min, MultiNoiseUtil.ParameterRange max) Creates a newMultiNoiseUtil.ParameterRange
that combines the parameters.- Parameters:
min
- this will be used for the created range's minimum valuemax
- this will be used for the created range's maximum value- Returns:
- the created parameter range.
- Mappings:
Namespace Name Mixin selector named combine
Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;combine(Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;)Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;
intermediary method_38123
Lnet/minecraft/class_6544$class_6546;method_38123(Lnet/minecraft/class_6544$class_6546;Lnet/minecraft/class_6544$class_6546;)Lnet/minecraft/class_6544$class_6546;
official a
Lddi$b;a(Lddi$b;Lddi$b;)Lddi$b;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
getDistance
public long getDistance(long noise) - Mappings:
Namespace Name Mixin selector named getDistance
Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;getDistance(J)J
intermediary method_38126
Lnet/minecraft/class_6544$class_6546;method_38126(J)J
official a
Lddi$b;a(J)J
-
getDistance
- Mappings:
Namespace Name Mixin selector named getDistance
Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;getDistance(Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;)J
intermediary method_38122
Lnet/minecraft/class_6544$class_6546;method_38122(Lnet/minecraft/class_6544$class_6546;)J
official a
Lddi$b;a(Lddi$b;)J
-
combine
public MultiNoiseUtil.ParameterRange combine(@Nullable @Nullable MultiNoiseUtil.ParameterRange other) - Mappings:
Namespace Name Mixin selector named combine
Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;combine(Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;)Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$ParameterRange;
intermediary method_38127
Lnet/minecraft/class_6544$class_6546;method_38127(Lnet/minecraft/class_6544$class_6546;)Lnet/minecraft/class_6544$class_6546;
official b
Lddi$b;b(Lddi$b;)Lddi$b;
-
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='. -
min
public long min()Returns the value of themin
record component.- Returns:
- the value of the
min
record component
-
max
public long max()Returns the value of themax
record component.- Returns:
- the value of the
max
record component
-