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$aintermediary net/minecraft/class_6622$class_6623named net/minecraft/class_6622$class_6623official aintermediary comp_124named registryAccessofficial bintermediary comp_125named chunkGeneratorofficial cintermediary comp_126named structureManagerofficial dintermediary comp_127named chunkPosofficial eintermediary comp_128named validBiomeofficial fintermediary comp_129named heightAccessorofficial gintermediary comp_130named randomofficial hintermediary comp_131named seed
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ChunkGeneratorThe field for thechunkGeneratorrecord component.private final ChunkPosThe field for thechunkPosrecord component.private final HeightLimitViewThe field for theheightAccessorrecord component.private final ChunkRandomThe field for therandomrecord component.private final DynamicRegistryManagerThe field for theregistryAccessrecord component.private final longThe field for theseedrecord component.private final StructureManagerThe field for thestructureManagerrecord component.The field for thevalidBiomerecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_6623(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Predicate<Biome> predicate, HeightLimitView heightLimitView, ChunkRandom chunkRandom, long long2) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thechunkGeneratorrecord component.chunkPos()Returns the value of thechunkPosrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theheightAccessorrecord component.intmethod_38705(int int2, int int3) int[]method_38706(int int2, int int3, int int4, int int5) booleanmethod_38707(Heightmap.Type type) random()Returns the value of therandomrecord component.Returns the value of theregistryAccessrecord component.longseed()Returns the value of theseedrecord component.Returns the value of thestructureManagerrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevalidBiomerecord component.
-
Field Details
-
registryAccess
The field for theregistryAccessrecord component. -
chunkGenerator
The field for thechunkGeneratorrecord component. -
structureManager
The field for thestructureManagerrecord component. -
chunkPos
The field for thechunkPosrecord component. -
validBiome
The field for thevalidBiomerecord component. -
heightAccessor
The field for theheightAccessorrecord component. -
random
The field for therandomrecord component. -
seed
private final long seedThe field for theseedrecord component.
-
-
Constructor Details
-
class_6623
public class_6623(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Predicate<Biome> predicate, HeightLimitView heightLimitView, ChunkRandom chunkRandom, long long2)
-
-
Method Details
-
method_38707
- Mappings:
Namespace Name Mixin selector official aLdey$a;a(Lcsd$a;)Zintermediary method_38707Lnet/minecraft/class_6622$class_6623;method_38707(Lnet/minecraft/class_2902$class_2903;)Znamed method_38707Lnet/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 aLdey$a;a(II)Iintermediary method_38705Lnet/minecraft/class_6622$class_6623;method_38705(II)Inamed method_38705Lnet/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 aLdey$a;a(IIII)[Iintermediary method_38706Lnet/minecraft/class_6622$class_6623;method_38706(IIII)[Inamed method_38706Lnet/minecraft/class_6622$class_6623;method_38706(IIII)[I
-
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 '=='. -
registryAccess
Returns the value of theregistryAccessrecord component.- Returns:
- the value of the
registryAccessrecord component
-
chunkGenerator
Returns the value of thechunkGeneratorrecord component.- Returns:
- the value of the
chunkGeneratorrecord component
-
structureManager
Returns the value of thestructureManagerrecord component.- Returns:
- the value of the
structureManagerrecord component
-
chunkPos
Returns the value of thechunkPosrecord component.- Returns:
- the value of the
chunkPosrecord component
-
validBiome
Returns the value of thevalidBiomerecord component.- Returns:
- the value of the
validBiomerecord component
-
heightAccessor
Returns the value of theheightAccessorrecord component.- Returns:
- the value of the
heightAccessorrecord component
-
random
Returns the value of therandomrecord component.- Returns:
- the value of the
randomrecord component
-
seed
public long seed()Returns the value of theseedrecord component.- Returns:
- the value of the
seedrecord component
-