Package net.minecraft

Record Class class_6622.class_6623

java.lang.Object
java.lang.Record
net.minecraft.class_6622.class_6623
Record Components:
comp_124 -
comp_125 -
comp_126 -
comp_127 -
comp_128 -
comp_129 -
comp_130 -
comp_131 -
Enclosing interface:
class_6622<C extends FeatureConfig>

public static record class_6622.class_6623(DynamicRegistryManager comp_124, ChunkGenerator comp_125, StructureManager comp_126, ChunkPos comp_127, Predicate<Biome> comp_128, HeightLimitView comp_129, ChunkRandom comp_130, long comp_131) extends Record
Mappings:
Namespace Name
official ddz$a
intermediary net/minecraft/class_6622$class_6623
named net/minecraft/class_6622$class_6623
official a
intermediary comp_124
named comp_124
official b
intermediary comp_125
named comp_125
official c
intermediary comp_126
named comp_126
official d
intermediary comp_127
named comp_127
official e
intermediary comp_128
named comp_128
official f
intermediary comp_129
named comp_129
official g
intermediary comp_130
named comp_130
official h
intermediary comp_131
named comp_131
  • Field Details

  • Constructor Details

  • Method Details

    • method_38707

      public boolean method_38707(Heightmap.Type type)
      Mappings:
      Namespace Name Mixin selector
      official a Lddz$a;a(Lcro$a;)Z
      intermediary method_38707 Lnet/minecraft/class_6622$class_6623;method_38707(Lnet/minecraft/class_2902$class_2903;)Z
      named method_38707 Lnet/minecraft/class_6622$class_6623;method_38707(Lnet/minecraft/world/Heightmap$Type;)Z
    • method_38705

      public int method_38705(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Lddz$a;a(II)I
      intermediary method_38705 Lnet/minecraft/class_6622$class_6623;method_38705(II)I
      named method_38705 Lnet/minecraft/class_6622$class_6623;method_38705(II)I
    • method_38706

      public int[] method_38706(int int2, int int3, int int4, int int5)
      Mappings:
      Namespace Name Mixin selector
      official a Lddz$a;a(IIII)[I
      intermediary method_38706 Lnet/minecraft/class_6622$class_6623;method_38706(IIII)[I
      named method_38706 Lnet/minecraft/class_6622$class_6623;method_38706(IIII)[I
    • 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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      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.
    • comp_124

      public DynamicRegistryManager comp_124()
      Returns the value of the comp_124 record component.
      Returns:
      the value of the comp_124 record component
    • comp_125

      public ChunkGenerator comp_125()
      Returns the value of the comp_125 record component.
      Returns:
      the value of the comp_125 record component
    • comp_126

      public StructureManager comp_126()
      Returns the value of the comp_126 record component.
      Returns:
      the value of the comp_126 record component
    • comp_127

      public ChunkPos comp_127()
      Returns the value of the comp_127 record component.
      Returns:
      the value of the comp_127 record component
    • comp_128

      public Predicate<Biome> comp_128()
      Returns the value of the comp_128 record component.
      Returns:
      the value of the comp_128 record component
    • comp_129

      public HeightLimitView comp_129()
      Returns the value of the comp_129 record component.
      Returns:
      the value of the comp_129 record component
    • comp_130

      public ChunkRandom comp_130()
      Returns the value of the comp_130 record component.
      Returns:
      the value of the comp_130 record component
    • comp_131

      public long comp_131()
      Returns the value of the comp_131 record component.
      Returns:
      the value of the comp_131 record component