Package net.minecraft

Record Class class_7056

java.lang.Object
java.lang.Record
net.minecraft.class_7056
Record Components:
barrierNoise -
fluidLevelFloodednessNoise -
fluidLevelSpreadNoise -
lavaNoise -
temperature -
vegetation -
continents -
erosion -
depth -
ridges -
initialDensityWithoutJaggedness -
finalDensity -
veinToggle -
veinRidged -
veinGap -

public record class_7056(NoiseType barrierNoise, NoiseType fluidLevelFloodednessNoise, NoiseType fluidLevelSpreadNoise, NoiseType lavaNoise, NoiseType temperature, NoiseType vegetation, NoiseType continents, NoiseType erosion, NoiseType depth, NoiseType ridges, NoiseType initialDensityWithoutJaggedness, NoiseType finalDensity, NoiseType veinToggle, NoiseType veinRidged, NoiseType veinGap) extends Record
Mappings:
Namespace Name
official cud
intermediary net/minecraft/class_7056
named net/minecraft/class_7056
official b
intermediary comp_488
named barrierNoise
official c
intermediary comp_489
named fluidLevelFloodednessNoise
official d
intermediary comp_490
named fluidLevelSpreadNoise
official e
intermediary comp_491
named lavaNoise
official f
intermediary comp_492
named temperature
official g
intermediary comp_493
named vegetation
official h
intermediary comp_494
named continents
official i
intermediary comp_495
named erosion
official j
intermediary comp_496
named depth
official k
intermediary comp_497
named ridges
official l
intermediary comp_498
named initialDensityWithoutJaggedness
official m
intermediary comp_499
named finalDensity
official n
intermediary comp_500
named veinToggle
official o
intermediary comp_501
named veinRidged
official p
intermediary comp_502
named veinGap
  • Field Details

    • barrierNoise

      private final NoiseType barrierNoise
      The field for the barrierNoise record component.
    • fluidLevelFloodednessNoise

      private final NoiseType fluidLevelFloodednessNoise
      The field for the fluidLevelFloodednessNoise record component.
    • fluidLevelSpreadNoise

      private final NoiseType fluidLevelSpreadNoise
      The field for the fluidLevelSpreadNoise record component.
    • lavaNoise

      private final NoiseType lavaNoise
      The field for the lavaNoise record component.
    • temperature

      private final NoiseType temperature
      The field for the temperature record component.
    • vegetation

      private final NoiseType vegetation
      The field for the vegetation record component.
    • continents

      private final NoiseType continents
      The field for the continents record component.
    • erosion

      private final NoiseType erosion
      The field for the erosion record component.
    • depth

      private final NoiseType depth
      The field for the depth record component.
    • ridges

      private final NoiseType ridges
      The field for the ridges record component.
    • initialDensityWithoutJaggedness

      private final NoiseType initialDensityWithoutJaggedness
      The field for the initialDensityWithoutJaggedness record component.
    • finalDensity

      private final NoiseType finalDensity
      The field for the finalDensity record component.
    • veinToggle

      private final NoiseType veinToggle
      The field for the veinToggle record component.
    • veinRidged

      private final NoiseType veinRidged
      The field for the veinRidged record component.
    • veinGap

      private final NoiseType veinGap
      The field for the veinGap record component.
    • field_37137

      public static final com.mojang.serialization.Codec<class_7056> field_37137
      Mappings:
      Namespace Name Mixin selector
      official a Lcud;a:Lcom/mojang/serialization/Codec;
      intermediary field_37137 Lnet/minecraft/class_7056;field_37137:Lcom/mojang/serialization/Codec;
      named field_37137 Lnet/minecraft/class_7056;field_37137:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • method_41125

      private static com.mojang.serialization.codecs.RecordCodecBuilder<class_7056,NoiseType> method_41125(String string, Function<class_7056,NoiseType> function)
      Mappings:
      Namespace Name Mixin selector
      official a Lcud;a(Ljava/lang/String;Ljava/util/function/Function;)Lcom/mojang/serialization/codecs/RecordCodecBuilder;
      intermediary method_41125 Lnet/minecraft/class_7056;method_41125(Ljava/lang/String;Ljava/util/function/Function;)Lcom/mojang/serialization/codecs/RecordCodecBuilder;
      named method_41125 Lnet/minecraft/class_7056;method_41125(Ljava/lang/String;Ljava/util/function/Function;)Lcom/mojang/serialization/codecs/RecordCodecBuilder;
    • method_41124

      public class_7056 method_41124(NoiseType.class_6915 class_6915)
      Mappings:
      Namespace Name Mixin selector
      official a Lcud;a(Lcto$e;)Lcud;
      intermediary method_41124 Lnet/minecraft/class_7056;method_41124(Lnet/minecraft/class_6910$class_6915;)Lnet/minecraft/class_7056;
      named method_41124 Lnet/minecraft/class_7056;method_41124(Lnet/minecraft/world/gen/noise/NoiseType$class_6915;)Lnet/minecraft/class_7056;
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • barrierNoise

      public NoiseType barrierNoise()
      Returns the value of the barrierNoise record component.
      Returns:
      the value of the barrierNoise record component
    • fluidLevelFloodednessNoise

      public NoiseType fluidLevelFloodednessNoise()
      Returns the value of the fluidLevelFloodednessNoise record component.
      Returns:
      the value of the fluidLevelFloodednessNoise record component
    • fluidLevelSpreadNoise

      public NoiseType fluidLevelSpreadNoise()
      Returns the value of the fluidLevelSpreadNoise record component.
      Returns:
      the value of the fluidLevelSpreadNoise record component
    • lavaNoise

      public NoiseType lavaNoise()
      Returns the value of the lavaNoise record component.
      Returns:
      the value of the lavaNoise record component
    • temperature

      public NoiseType temperature()
      Returns the value of the temperature record component.
      Returns:
      the value of the temperature record component
    • vegetation

      public NoiseType vegetation()
      Returns the value of the vegetation record component.
      Returns:
      the value of the vegetation record component
    • continents

      public NoiseType continents()
      Returns the value of the continents record component.
      Returns:
      the value of the continents record component
    • erosion

      public NoiseType erosion()
      Returns the value of the erosion record component.
      Returns:
      the value of the erosion record component
    • depth

      public NoiseType depth()
      Returns the value of the depth record component.
      Returns:
      the value of the depth record component
    • ridges

      public NoiseType ridges()
      Returns the value of the ridges record component.
      Returns:
      the value of the ridges record component
    • initialDensityWithoutJaggedness

      public NoiseType initialDensityWithoutJaggedness()
      Returns the value of the initialDensityWithoutJaggedness record component.
      Returns:
      the value of the initialDensityWithoutJaggedness record component
    • finalDensity

      public NoiseType finalDensity()
      Returns the value of the finalDensity record component.
      Returns:
      the value of the finalDensity record component
    • veinToggle

      public NoiseType veinToggle()
      Returns the value of the veinToggle record component.
      Returns:
      the value of the veinToggle record component
    • veinRidged

      public NoiseType veinRidged()
      Returns the value of the veinRidged record component.
      Returns:
      the value of the veinRidged record component
    • veinGap

      public NoiseType veinGap()
      Returns the value of the veinGap record component.
      Returns:
      the value of the veinGap record component