Package net.minecraft

Record Class class_6834.class_6835<C extends FeatureConfig>

java.lang.Object
java.lang.Record
net.minecraft.class_6834.class_6835<C>
Record Components:
chunkGenerator -
biomeSource -
seed -
chunkPos -
config -
heightAccessor -
validBiome -
structureManager -
registryAccess -
Enclosing interface:
class_6834<C extends FeatureConfig>

public static record class_6834.class_6835<C extends FeatureConfig>(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long seed, ChunkPos chunkPos, C extends FeatureConfig config, HeightLimitView heightAccessor, Predicate<Biome> validBiome, StructureManager structureManager, DynamicRegistryManager registryAccess) extends Record
Mappings:
Namespace Name
official dfn$a
intermediary net/minecraft/class_6834$class_6835
named net/minecraft/class_6834$class_6835
official a
intermediary comp_306
named chunkGenerator
official b
intermediary comp_307
named biomeSource
official c
intermediary comp_308
named seed
official d
intermediary comp_309
named chunkPos
official e
intermediary comp_310
named config
official f
intermediary comp_311
named heightAccessor
official g
intermediary comp_312
named validBiome
official h
intermediary comp_313
named structureManager
official i
intermediary comp_314
named registryAccess
  • Field Details

  • Constructor Details

  • Method Details

    • method_39848

      public boolean method_39848(Heightmap.Type type)
      Mappings:
      Namespace Name Mixin selector
      official a Ldfn$a;a(Lctc$a;)Z
      intermediary method_39848 Lnet/minecraft/class_6834$class_6835;method_39848(Lnet/minecraft/class_2902$class_2903;)Z
      named method_39848 Lnet/minecraft/class_6834$class_6835;method_39848(Lnet/minecraft/world/Heightmap$Type;)Z
    • method_39847

      public int[] method_39847(int int2, int int3, int int4, int int5)
      Mappings:
      Namespace Name Mixin selector
      official a Ldfn$a;a(IIII)[I
      intermediary method_39847 Lnet/minecraft/class_6834$class_6835;method_39847(IIII)[I
      named method_39847 Lnet/minecraft/class_6834$class_6835;method_39847(IIII)[I
    • method_39846

      public int method_39846(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Ldfn$a;a(II)I
      intermediary method_39846 Lnet/minecraft/class_6834$class_6835;method_39846(II)I
      named method_39846 Lnet/minecraft/class_6834$class_6835;method_39846(II)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.
    • chunkGenerator

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

      public BiomeSource biomeSource()
      Returns the value of the biomeSource record component.
      Returns:
      the value of the biomeSource record component
    • seed

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

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

      public C config()
      Returns the value of the config record component.
      Returns:
      the value of the config record component
    • heightAccessor

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

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

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

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