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$aintermediary net/minecraft/class_6834$class_6835named net/minecraft/class_6834$class_6835official aintermediary comp_306named chunkGeneratorofficial bintermediary comp_307named biomeSourceofficial cintermediary comp_308named seedofficial dintermediary comp_309named chunkPosofficial eintermediary comp_310named configofficial fintermediary comp_311named heightAccessorofficial gintermediary comp_312named validBiomeofficial hintermediary comp_313named structureManagerofficial iintermediary comp_314named registryAccess
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BiomeSourceThe field for thebiomeSourcerecord component.private final ChunkGeneratorThe field for thechunkGeneratorrecord component.private final ChunkPosThe field for thechunkPosrecord component.private final CThe field for theconfigrecord component.private final HeightLimitViewThe field for theheightAccessorrecord 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_6835(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<Biome> predicate, StructureManager structureManager, DynamicRegistryManager dynamicRegistryManager) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebiomeSourcerecord component.Returns the value of thechunkGeneratorrecord component.chunkPos()Returns the value of thechunkPosrecord component.config()Returns the value of theconfigrecord 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_39846(int int2, int int3) int[]method_39847(int int2, int int3, int int4, int int5) booleanmethod_39848(Heightmap.Type type) 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
-
chunkGenerator
The field for thechunkGeneratorrecord component. -
biomeSource
The field for thebiomeSourcerecord component. -
seed
private final long seedThe field for theseedrecord component. -
chunkPos
The field for thechunkPosrecord component. -
config
The field for theconfigrecord component. -
heightAccessor
The field for theheightAccessorrecord component. -
validBiome
The field for thevalidBiomerecord component. -
structureManager
The field for thestructureManagerrecord component. -
registryAccess
The field for theregistryAccessrecord component.
-
-
Constructor Details
-
class_6835
public class_6835(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<Biome> predicate, StructureManager structureManager, DynamicRegistryManager dynamicRegistryManager)
-
-
Method Details
-
method_39848
- Mappings:
Namespace Name Mixin selector official aLdfn$a;a(Lctc$a;)Zintermediary method_39848Lnet/minecraft/class_6834$class_6835;method_39848(Lnet/minecraft/class_2902$class_2903;)Znamed method_39848Lnet/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 aLdfn$a;a(IIII)[Iintermediary method_39847Lnet/minecraft/class_6834$class_6835;method_39847(IIII)[Inamed method_39847Lnet/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 aLdfn$a;a(II)Iintermediary method_39846Lnet/minecraft/class_6834$class_6835;method_39846(II)Inamed method_39846Lnet/minecraft/class_6834$class_6835;method_39846(II)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 '=='. -
chunkGenerator
Returns the value of thechunkGeneratorrecord component.- Returns:
- the value of the
chunkGeneratorrecord component
-
biomeSource
Returns the value of thebiomeSourcerecord component.- Returns:
- the value of the
biomeSourcerecord component
-
seed
public long seed()Returns the value of theseedrecord component.- Returns:
- the value of the
seedrecord component
-
chunkPos
Returns the value of thechunkPosrecord component.- Returns:
- the value of the
chunkPosrecord component
-
config
Returns the value of theconfigrecord component.- Returns:
- the value of the
configrecord component
-
heightAccessor
Returns the value of theheightAccessorrecord component.- Returns:
- the value of the
heightAccessorrecord component
-
validBiome
Returns the value of thevalidBiomerecord component.- Returns:
- the value of the
validBiomerecord component
-
structureManager
Returns the value of thestructureManagerrecord component.- Returns:
- the value of the
structureManagerrecord component
-
registryAccess
Returns the value of theregistryAccessrecord component.- Returns:
- the value of the
registryAccessrecord component
-