Package net.minecraft.world.level.biome
Record Class Climate.ParameterPoint
java.lang.Object
java.lang.Record
net.minecraft.world.level.biome.Climate.ParameterPoint
- Enclosing class:
Climate
public static record Climate.ParameterPoint(Climate.Parameter temperature, Climate.Parameter humidity, Climate.Parameter continentalness, Climate.Parameter erosion, Climate.Parameter depth, Climate.Parameter weirdness, long offset)
extends Record
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Climate.ParameterPoint> private final Climate.ParameterThe field for thecontinentalnessrecord component.private final Climate.ParameterThe field for thedepthrecord component.private final Climate.ParameterThe field for theerosionrecord component.private final Climate.ParameterThe field for thehumidityrecord component.private final longThe field for theoffsetrecord component.private final Climate.ParameterThe field for thetemperaturerecord component.private final Climate.ParameterThe field for theweirdnessrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionParameterPoint(Climate.Parameter temperature, Climate.Parameter humidity, Climate.Parameter continentalness, Climate.Parameter erosion, Climate.Parameter depth, Climate.Parameter weirdness, long offset) Creates an instance of aParameterPointrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecontinentalnessrecord component.depth()Returns the value of thedepthrecord component.final booleanIndicates whether some other object is "equal to" this one.erosion()Returns the value of theerosionrecord component.(package private) longfitness(Climate.TargetPoint p_186883_) final inthashCode()Returns a hash code value for this object.humidity()Returns the value of thehumidityrecord component.longoffset()Returns the value of theoffsetrecord component.protected List<Climate.Parameter> Returns the value of thetemperaturerecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theweirdnessrecord component.
-
Field Details
-
temperature
The field for thetemperaturerecord component. -
humidity
The field for thehumidityrecord component. -
continentalness
The field for thecontinentalnessrecord component. -
erosion
The field for theerosionrecord component. -
depth
The field for thedepthrecord component. -
weirdness
The field for theweirdnessrecord component. -
offset
private final long offsetThe field for theoffsetrecord component. -
CODEC
-
-
Constructor Details
-
ParameterPoint
public ParameterPoint(Climate.Parameter temperature, Climate.Parameter humidity, Climate.Parameter continentalness, Climate.Parameter erosion, Climate.Parameter depth, Climate.Parameter weirdness, long offset) Creates an instance of aParameterPointrecord class.- Parameters:
temperature- the value for thetemperaturerecord componenthumidity- the value for thehumidityrecord componentcontinentalness- the value for thecontinentalnessrecord componenterosion- the value for theerosionrecord componentdepth- the value for thedepthrecord componentweirdness- the value for theweirdnessrecord componentoffset- the value for theoffsetrecord component
-
-
Method Details
-
fitness
-
parameterSpace
-
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. -
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
temperature
Returns the value of thetemperaturerecord component.- Returns:
- the value of the
temperaturerecord component
-
humidity
Returns the value of thehumidityrecord component.- Returns:
- the value of the
humidityrecord component
-
continentalness
Returns the value of thecontinentalnessrecord component.- Returns:
- the value of the
continentalnessrecord component
-
erosion
Returns the value of theerosionrecord component.- Returns:
- the value of the
erosionrecord component
-
depth
Returns the value of thedepthrecord component.- Returns:
- the value of the
depthrecord component
-
weirdness
Returns the value of theweirdnessrecord component.- Returns:
- the value of the
weirdnessrecord component
-
offset
public long offset()Returns the value of theoffsetrecord component.- Returns:
- the value of the
offsetrecord component
-