Package net.minecraft

Record Class class_6622.class_6623

java.lang.Object
java.lang.Record
net.minecraft.class_6622.class_6623
Record Components:
registryAccess -
chunkGenerator -
structureManager -
chunkPos -
validBiome -
heightAccessor -
random -
seed -
Enclosing interface:
class_6622<C extends FeatureConfig>

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

  • Constructor Details

  • Method Details

    • method_38707

      public boolean method_38707(Heightmap.Type type)
      Mappings:
      Namespace Name Mixin selector
      official a Ldey$a;a(Lcsd$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 Ldey$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 Ldey$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.
    • registryAccess

      public DynamicRegistryManager registryAccess()
      Returns the value of the registryAccess record component.
      Returns:
      the value of the registryAccess record component
    • chunkGenerator

      public ChunkGenerator chunkGenerator()
      Returns the value of the chunkGenerator record component.
      Returns:
      the value of the chunkGenerator record component
    • structureManager

      public StructureManager structureManager()
      Returns the value of the structureManager record component.
      Returns:
      the value of the structureManager record component
    • chunkPos

      public ChunkPos chunkPos()
      Returns the value of the chunkPos record component.
      Returns:
      the value of the chunkPos record component
    • validBiome

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

      public HeightLimitView heightAccessor()
      Returns the value of the heightAccessor record component.
      Returns:
      the value of the heightAccessor record component
    • random

      public ChunkRandom random()
      Returns the value of the random record component.
      Returns:
      the value of the random record component
    • seed

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