Package net.minecraft.structure
Record Class StructureGeneratorFactory.Context<C extends FeatureConfig>
java.lang.Object
java.lang.Record
net.minecraft.structure.StructureGeneratorFactory.Context<C>
- Record Components:
chunkGenerator
-biomeSource
-noiseConfig
-seed
-chunkPos
-config
-world
-validBiome
-structureTemplateManager
-registryManager
-
- Enclosing interface:
StructureGeneratorFactory<C extends FeatureConfig>
public static record StructureGeneratorFactory.Context<C extends FeatureConfig>(ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, long seed, ChunkPos chunkPos, C extends FeatureConfig config, HeightLimitView world, Predicate<RegistryEntry<Biome>> validBiome, StructureTemplateManager structureTemplateManager, DynamicRegistryManager registryManager)
extends Record
- Mappings:
Namespace Name named net/minecraft/structure/StructureGeneratorFactory$Context
intermediary net/minecraft/class_6834$class_6835
official eja$a
named chunkGenerator
intermediary comp_306
official a
named biomeSource
intermediary comp_307
official b
named noiseConfig
intermediary comp_573
official c
named seed
intermediary comp_308
official d
named chunkPos
intermediary comp_309
official e
named config
intermediary comp_310
official f
named world
intermediary comp_311
official g
named validBiome
intermediary comp_312
official h
named structureTemplateManager
intermediary comp_313
official i
named registryManager
intermediary comp_314
official j
-
Field Summary
Modifier and TypeFieldDescriptionprivate final BiomeSource
The field for thebiomeSource
record component.private final ChunkGenerator
The field for thechunkGenerator
record component.private final ChunkPos
The field for thechunkPos
record component.private final C
The field for theconfig
record component.private final NoiseConfig
The field for thenoiseConfig
record component.private final DynamicRegistryManager
The field for theregistryManager
record component.private final long
The field for theseed
record component.private final StructureTemplateManager
The field for thestructureTemplateManager
record component.private final Predicate
<RegistryEntry<Biome>> The field for thevalidBiome
record component.private final HeightLimitView
The field for theworld
record component. -
Constructor Summary
ConstructorDescriptionContext
(ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate, StructureTemplateManager structureTemplateManager, DynamicRegistryManager dynamicRegistryManager) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebiomeSource
record component.Returns the value of thechunkGenerator
record component.chunkPos()
Returns the value of thechunkPos
record component.config()
Returns the value of theconfig
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.boolean
isBiomeValid
(Heightmap.Type heightmapType) Returns the value of thenoiseConfig
record component.Returns the value of theregistryManager
record component.long
seed()
Returns the value of theseed
record component.Returns the value of thestructureTemplateManager
record component.final String
toString()
Returns a string representation of this record class.Returns the value of thevalidBiome
record component.world()
Returns the value of theworld
record component.
-
Field Details
-
chunkGenerator
The field for thechunkGenerator
record component. -
biomeSource
The field for thebiomeSource
record component. -
noiseConfig
The field for thenoiseConfig
record component. -
seed
private final long seedThe field for theseed
record component. -
chunkPos
The field for thechunkPos
record component. -
config
The field for theconfig
record component. -
world
The field for theworld
record component. -
validBiome
The field for thevalidBiome
record component. -
structureTemplateManager
The field for thestructureTemplateManager
record component. -
registryManager
The field for theregistryManager
record component.
-
-
Constructor Details
-
Context
public Context(ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate, StructureTemplateManager structureTemplateManager, DynamicRegistryManager dynamicRegistryManager)
-
-
Method Details
-
isBiomeValid
- Mappings:
Namespace Name Mixin selector named isBiomeValid
Lnet/minecraft/structure/StructureGeneratorFactory$Context;isBiomeValid(Lnet/minecraft/world/Heightmap$Type;)Z
intermediary method_39848
Lnet/minecraft/class_6834$class_6835;method_39848(Lnet/minecraft/class_2902$class_2903;)Z
official a
Leja$a;a(Ldxw$a;)Z
-
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 thechunkGenerator
record component.- Returns:
- the value of the
chunkGenerator
record component
-
biomeSource
Returns the value of thebiomeSource
record component.- Returns:
- the value of the
biomeSource
record component
-
noiseConfig
Returns the value of thenoiseConfig
record component.- Returns:
- the value of the
noiseConfig
record component
-
seed
public long seed()Returns the value of theseed
record component.- Returns:
- the value of the
seed
record component
-
chunkPos
Returns the value of thechunkPos
record component.- Returns:
- the value of the
chunkPos
record component
-
config
Returns the value of theconfig
record component.- Returns:
- the value of the
config
record component
-
world
Returns the value of theworld
record component.- Returns:
- the value of the
world
record component
-
validBiome
Returns the value of thevalidBiome
record component.- Returns:
- the value of the
validBiome
record component
-
structureTemplateManager
Returns the value of thestructureTemplateManager
record component.- Returns:
- the value of the
structureTemplateManager
record component
-
registryManager
Returns the value of theregistryManager
record component.- Returns:
- the value of the
registryManager
record component
-