Package net.minecraft.world.gen.chunk
Class NoiseChunkGenerator
java.lang.Object
net.minecraft.world.gen.chunk.ChunkGenerator
net.minecraft.world.gen.chunk.NoiseChunkGenerator
- Mappings:
Namespace Name official cpt
intermediary net/minecraft/class_3754
named net/minecraft/world/gen/chunk/NoiseChunkGenerator
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate class
private class
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final BlockState
static final com.mojang.serialization.Codec<NoiseChunkGenerator>
private final BlockSource
protected final BlockState
protected final BlockState
private final DoublePerlinNoiseSampler
private static final BlockState[]
private final DoublePerlinNoiseSampler
private final DoublePerlinNoiseSampler
private final int
private final NoiseColumnSampler
(package private) final int
(package private) final int
(package private) final int
(package private) final NoodleCavesGenerator
(package private) final OreVeinGenerator
private final long
protected final Supplier<ChunkGeneratorSettings>
private final NoiseSampler
private final int
private final int
Fields inherited from class net.minecraft.world.gen.chunk.ChunkGenerator
biomeSource, populationSource
-
Constructor Summary
ModifierConstructorDescriptionNoiseChunkGenerator
(BiomeSource biomeSource, long seed, Supplier<ChunkGeneratorSettings> settings) private
NoiseChunkGenerator
(BiomeSource populationSource, BiomeSource biomeSource, long seed, Supplier<ChunkGeneratorSettings> settings) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
buildBedrock
(Chunk chunk, Random random) void
buildSurface
(ChunkRegion region, Chunk chunk) Places the surface blocks of the biomes after the noise has been generated.protected AquiferSampler
createAquiferSampler
(Chunk chunk) private AquiferSampler
createBlockSampler
(int startY, int deltaY, ChunkPos pos) private DoubleFunction<BlockSource>
createBlockSourceFactory
(int int2, ChunkPos chunkPos, Consumer<NoiseInterpolator> consumer) private DoubleFunction<WeightSampler>
createWeightSamplerFactory
(int int2, ChunkPos chunkPos, Consumer<NoiseInterpolator> consumer) protected BlockState
getBlockState
(StructureWeightSampler structures, AquiferSampler aquiferSampler, BlockSource blockInterpolator, WeightSampler weightSampler, int int2, int int3, int int4, double double2) protected com.mojang.serialization.Codec<? extends ChunkGenerator>
getCodec()
getColumnSample
(int x, int z, HeightLimitView world) Returns a sample of all the block states in a column for use in structure generation.getEntitySpawnList
(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) int
getHeight
(int x, int z, Heightmap.Type heightmap, HeightLimitView world) Returns the raw noise height of a column for use in structure generation.int
int
int
private boolean
boolean
matchesSettings
(long seed, RegistryKey<ChunkGeneratorSettings> settingsKey) void
populateEntities
(ChunkRegion region) populateNoise
(Executor executor, StructureAccessor accessor, Chunk chunk) Generates the base shape of the chunk out of the basic block states as decided by this chunk generator's config.private Chunk
populateNoise
(StructureAccessor accessor, Chunk chunk, int startY, int noiseSizeY) private OptionalInt
sampleHeightmap
(int x, int z, @Nullable BlockState[] states, @Nullable Predicate<BlockState> predicate, int minY, int noiseSizeY) private void
sampleNoiseColumn
(double[] buffer, int x, int z, int minY, int noiseSizeY) private double[]
sampleNoiseColumn
(int x, int z, int minY, int noiseSizeY) withSeed
(long seed) Methods inherited from class net.minecraft.world.gen.chunk.ChunkGenerator
addStructureReferences, carve, generateFeatures, getBiomeSource, getHeightInGround, getHeightOnGround, getSpawnHeight, getStructuresConfig, isStrongholdStartingChunk, locateStructure, populateBiomes, setStructureStarts
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official d
Lcpt;d:Lcom/mojang/serialization/Codec;
intermediary field_24773
Lnet/minecraft/class_3754;field_24773:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;CODEC:Lcom/mojang/serialization/Codec;
-
AIR
- Mappings:
Namespace Name Mixin selector official h
Lcpt;h:Lcks;
intermediary field_16648
Lnet/minecraft/class_3754;field_16648:Lnet/minecraft/class_2680;
named AIR
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;AIR:Lnet/minecraft/block/BlockState;
-
EMPTY
- Mappings:
Namespace Name Mixin selector official i
Lcpt;i:[Lcks;
intermediary field_28746
Lnet/minecraft/class_3754;field_28746:[Lnet/minecraft/class_2680;
named EMPTY
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;EMPTY:[Lnet/minecraft/block/BlockState;
-
verticalNoiseResolution
private final int verticalNoiseResolution- Mappings:
Namespace Name Mixin selector official j
Lcpt;j:I
intermediary field_16572
Lnet/minecraft/class_3754;field_16572:I
named verticalNoiseResolution
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;verticalNoiseResolution:I
-
horizontalNoiseResolution
private final int horizontalNoiseResolution- Mappings:
Namespace Name Mixin selector official k
Lcpt;k:I
intermediary field_16570
Lnet/minecraft/class_3754;field_16570:I
named horizontalNoiseResolution
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;horizontalNoiseResolution:I
-
noiseSizeX
final int noiseSizeX- Mappings:
Namespace Name Mixin selector official l
Lcpt;l:I
intermediary field_16580
Lnet/minecraft/class_3754;field_16580:I
named noiseSizeX
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;noiseSizeX:I
-
noiseSizeY
final int noiseSizeY- Mappings:
Namespace Name Mixin selector official m
Lcpt;m:I
intermediary field_28747
Lnet/minecraft/class_3754;field_28747:I
named noiseSizeY
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;noiseSizeY:I
-
noiseSizeZ
final int noiseSizeZ- Mappings:
Namespace Name Mixin selector official n
Lcpt;n:I
intermediary field_16578
Lnet/minecraft/class_3754;field_16578:I
named noiseSizeZ
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;noiseSizeZ:I
-
surfaceDepthNoise
- Mappings:
Namespace Name Mixin selector official o
Lcpt;o:Lddz;
intermediary field_16571
Lnet/minecraft/class_3754;field_16571:Lnet/minecraft/class_3757;
named surfaceDepthNoise
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;surfaceDepthNoise:Lnet/minecraft/util/math/noise/NoiseSampler;
-
edgeDensityNoise
- Mappings:
Namespace Name Mixin selector official p
Lcpt;p:Lddv;
intermediary field_28843
Lnet/minecraft/class_3754;field_28843:Lnet/minecraft/class_5216;
named edgeDensityNoise
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;edgeDensityNoise:Lnet/minecraft/util/math/noise/DoublePerlinNoiseSampler;
-
fluidLevelNoise
- Mappings:
Namespace Name Mixin selector official q
Lcpt;q:Lddv;
intermediary field_28844
Lnet/minecraft/class_3754;field_28844:Lnet/minecraft/class_5216;
named fluidLevelNoise
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;fluidLevelNoise:Lnet/minecraft/util/math/noise/DoublePerlinNoiseSampler;
-
fluidTypeNoise
- Mappings:
Namespace Name Mixin selector official r
Lcpt;r:Lddv;
intermediary field_33578
Lnet/minecraft/class_3754;field_33578:Lnet/minecraft/class_5216;
named fluidTypeNoise
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;fluidTypeNoise:Lnet/minecraft/util/math/noise/DoublePerlinNoiseSampler;
-
defaultBlock
- Mappings:
Namespace Name Mixin selector official e
Lcpt;e:Lcks;
intermediary field_16576
Lnet/minecraft/class_3754;field_16576:Lnet/minecraft/class_2680;
named defaultBlock
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;defaultBlock:Lnet/minecraft/block/BlockState;
-
defaultFluid
- Mappings:
Namespace Name Mixin selector official f
Lcpt;f:Lcks;
intermediary field_16573
Lnet/minecraft/class_3754;field_16573:Lnet/minecraft/class_2680;
named defaultFluid
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;defaultFluid:Lnet/minecraft/block/BlockState;
-
seed
private final long seed- Mappings:
Namespace Name Mixin selector official s
Lcpt;s:J
intermediary field_24778
Lnet/minecraft/class_3754;field_24778:J
named seed
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;seed:J
-
settings
- Mappings:
Namespace Name Mixin selector official g
Lcpt;g:Ljava/util/function/Supplier;
intermediary field_24774
Lnet/minecraft/class_3754;field_24774:Ljava/util/function/Supplier;
named settings
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;settings:Ljava/util/function/Supplier;
-
worldHeight
private final int worldHeight- Mappings:
Namespace Name Mixin selector official t
Lcpt;t:I
intermediary field_24779
Lnet/minecraft/class_3754;field_24779:I
named worldHeight
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;worldHeight:I
-
noiseColumnSampler
- Mappings:
Namespace Name Mixin selector official u
Lcpt;u:Lcpx;
intermediary field_28748
Lnet/minecraft/class_3754;field_28748:Lnet/minecraft/class_5818;
named noiseColumnSampler
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;noiseColumnSampler:Lnet/minecraft/world/gen/NoiseColumnSampler;
-
deepslateSource
- Mappings:
Namespace Name Mixin selector official v
Lcpt;v:Lcpg;
intermediary field_28913
Lnet/minecraft/class_3754;field_28913:Lnet/minecraft/class_5840;
named deepslateSource
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;deepslateSource:Lnet/minecraft/world/gen/BlockSource;
-
oreVeinGenerator
- Mappings:
Namespace Name Mixin selector official w
Lcpt;w:Lcqc;
intermediary field_33579
Lnet/minecraft/class_3754;field_33579:Lnet/minecraft/class_6353;
named oreVeinGenerator
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;oreVeinGenerator:Lnet/minecraft/world/gen/OreVeinGenerator;
-
noodleCavesGenerator
- Mappings:
Namespace Name Mixin selector official x
Lcpt;x:Lcqb;
intermediary field_33644
Lnet/minecraft/class_3754;field_33644:Lnet/minecraft/class_6358;
named noodleCavesGenerator
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;noodleCavesGenerator:Lnet/minecraft/world/gen/chunk/NoodleCavesGenerator;
-
-
Constructor Details
-
NoiseChunkGenerator
public NoiseChunkGenerator(BiomeSource biomeSource, long seed, Supplier<ChunkGeneratorSettings> settings) - Mappings:
Namespace Name Mixin selector official <init>
Lcpt;<init>(Lbxr;JLjava/util/function/Supplier;)V
intermediary <init>
Lnet/minecraft/class_3754;<init>(Lnet/minecraft/class_1966;JLjava/util/function/Supplier;)V
named <init>
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;<init>(Lnet/minecraft/world/biome/source/BiomeSource;JLjava/util/function/Supplier;)V
-
NoiseChunkGenerator
private NoiseChunkGenerator(BiomeSource populationSource, BiomeSource biomeSource, long seed, Supplier<ChunkGeneratorSettings> settings) - Mappings:
Namespace Name Mixin selector official <init>
Lcpt;<init>(Lbxr;Lbxr;JLjava/util/function/Supplier;)V
intermediary <init>
Lnet/minecraft/class_3754;<init>(Lnet/minecraft/class_1966;Lnet/minecraft/class_1966;JLjava/util/function/Supplier;)V
named <init>
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;<init>(Lnet/minecraft/world/biome/source/BiomeSource;Lnet/minecraft/world/biome/source/BiomeSource;JLjava/util/function/Supplier;)V
-
-
Method Details
-
hasAquifers
private boolean hasAquifers()- Mappings:
Namespace Name Mixin selector official h
Lcpt;h()Z
intermediary method_36393
Lnet/minecraft/class_3754;method_36393()Z
named hasAquifers
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;hasAquifers()Z
-
getCodec
- Specified by:
getCodec
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official a
Lcmn;a()Lcom/mojang/serialization/Codec;
intermediary method_28506
Lnet/minecraft/class_2794;method_28506()Lcom/mojang/serialization/Codec;
named getCodec
Lnet/minecraft/world/gen/chunk/ChunkGenerator;getCodec()Lcom/mojang/serialization/Codec;
-
withSeed
- Specified by:
withSeed
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official a
Lcmn;a(J)Lcmn;
intermediary method_27997
Lnet/minecraft/class_2794;method_27997(J)Lnet/minecraft/class_2794;
named withSeed
Lnet/minecraft/world/gen/chunk/ChunkGenerator;withSeed(J)Lnet/minecraft/world/gen/chunk/ChunkGenerator;
-
matchesSettings
- Mappings:
Namespace Name Mixin selector official a
Lcpt;a(JLwv;)Z
intermediary method_28548
Lnet/minecraft/class_3754;method_28548(JLnet/minecraft/class_5321;)Z
named matchesSettings
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;matchesSettings(JLnet/minecraft/util/registry/RegistryKey;)Z
-
sampleNoiseColumn
private double[] sampleNoiseColumn(int x, int z, int minY, int noiseSizeY) - Mappings:
Namespace Name Mixin selector official a
Lcpt;a(IIII)[D
intermediary method_16406
Lnet/minecraft/class_3754;method_16406(IIII)[D
named sampleNoiseColumn
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;sampleNoiseColumn(IIII)[D
-
sampleNoiseColumn
private void sampleNoiseColumn(double[] buffer, int x, int z, int minY, int noiseSizeY) - Mappings:
Namespace Name Mixin selector official a
Lcpt;a([DIIII)V
intermediary method_34284
Lnet/minecraft/class_3754;method_34284([DIIII)V
named sampleNoiseColumn
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;sampleNoiseColumn([DIIII)V
-
getHeight
Returns the raw noise height of a column for use in structure generation.- Specified by:
getHeight
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official a
Lcmn;a(IILcps$a;Lbwr;)I
intermediary method_16397
Lnet/minecraft/class_2794;method_16397(IILnet/minecraft/class_2902$class_2903;Lnet/minecraft/class_5539;)I
named getHeight
Lnet/minecraft/world/gen/chunk/ChunkGenerator;getHeight(IILnet/minecraft/world/Heightmap$Type;Lnet/minecraft/world/HeightLimitView;)I
-
getColumnSample
Returns a sample of all the block states in a column for use in structure generation.- Specified by:
getColumnSample
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official a
Lcmn;a(IILbwr;)Lbxa;
intermediary method_26261
Lnet/minecraft/class_2794;method_26261(IILnet/minecraft/class_5539;)Lnet/minecraft/class_4966;
named getColumnSample
Lnet/minecraft/world/gen/chunk/ChunkGenerator;getColumnSample(IILnet/minecraft/world/HeightLimitView;)Lnet/minecraft/world/gen/chunk/VerticalBlockSample;
-
getBlockSource
- Overrides:
getBlockSource
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official g
Lcmn;g()Lcpg;
intermediary method_36294
Lnet/minecraft/class_2794;method_36294()Lnet/minecraft/class_5840;
named getBlockSource
Lnet/minecraft/world/gen/chunk/ChunkGenerator;getBlockSource()Lnet/minecraft/world/gen/BlockSource;
-
sampleHeightmap
private OptionalInt sampleHeightmap(int x, int z, @Nullable @Nullable BlockState[] states, @Nullable @Nullable Predicate<BlockState> predicate, int minY, int noiseSizeY) - Mappings:
Namespace Name Mixin selector official a
Lcpt;a(II[Lcks;Ljava/util/function/Predicate;II)Ljava/util/OptionalInt;
intermediary method_26263
Lnet/minecraft/class_3754;method_26263(II[Lnet/minecraft/class_2680;Ljava/util/function/Predicate;II)Ljava/util/OptionalInt;
named sampleHeightmap
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;sampleHeightmap(II[Lnet/minecraft/block/BlockState;Ljava/util/function/Predicate;II)Ljava/util/OptionalInt;
-
createBlockSampler
- Mappings:
Namespace Name Mixin selector official a
Lcpt;a(IILbvu;)Lcpf;
intermediary method_36386
Lnet/minecraft/class_3754;method_36386(IILnet/minecraft/class_1923;)Lnet/minecraft/class_6350;
named createBlockSampler
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;createBlockSampler(IILnet/minecraft/util/math/ChunkPos;)Lnet/minecraft/world/gen/chunk/AquiferSampler;
-
getBlockState
protected BlockState getBlockState(StructureWeightSampler structures, AquiferSampler aquiferSampler, BlockSource blockInterpolator, WeightSampler weightSampler, int int2, int int3, int int4, double double2) - Mappings:
Namespace Name Mixin selector official a
Lcpt;a(Lcph;Lcpf;Lcpg;Lcpw;IIID)Lcks;
intermediary method_33643
Lnet/minecraft/class_3754;method_33643(Lnet/minecraft/class_5817;Lnet/minecraft/class_6350;Lnet/minecraft/class_5840;Lnet/minecraft/class_6357;IIID)Lnet/minecraft/class_2680;
named getBlockState
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;getBlockState(Lnet/minecraft/world/gen/StructureWeightSampler;Lnet/minecraft/world/gen/chunk/AquiferSampler;Lnet/minecraft/world/gen/BlockSource;Lnet/minecraft/world/gen/chunk/WeightSampler;IIID)Lnet/minecraft/block/BlockState;
-
buildSurface
Places the surface blocks of the biomes after the noise has been generated.- Specified by:
buildSurface
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official a
Lcmn;a(Labx;Lcml;)V
intermediary method_12110
Lnet/minecraft/class_2794;method_12110(Lnet/minecraft/class_3233;Lnet/minecraft/class_2791;)V
named buildSurface
Lnet/minecraft/world/gen/chunk/ChunkGenerator;buildSurface(Lnet/minecraft/world/ChunkRegion;Lnet/minecraft/world/chunk/Chunk;)V
-
buildBedrock
- Mappings:
Namespace Name Mixin selector official a
Lcpt;a(Lcml;Ljava/util/Random;)V
intermediary method_16412
Lnet/minecraft/class_3754;method_16412(Lnet/minecraft/class_2791;Ljava/util/Random;)V
named buildBedrock
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;buildBedrock(Lnet/minecraft/world/chunk/Chunk;Ljava/util/Random;)V
-
populateNoise
public CompletableFuture<Chunk> populateNoise(Executor executor, StructureAccessor accessor, Chunk chunk) Generates the base shape of the chunk out of the basic block states as decided by this chunk generator's config.- Specified by:
populateNoise
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official a
Lcmn;a(Ljava/util/concurrent/Executor;Lbxg;Lcml;)Ljava/util/concurrent/CompletableFuture;
intermediary method_12088
Lnet/minecraft/class_2794;method_12088(Ljava/util/concurrent/Executor;Lnet/minecraft/class_5138;Lnet/minecraft/class_2791;)Ljava/util/concurrent/CompletableFuture;
named populateNoise
Lnet/minecraft/world/gen/chunk/ChunkGenerator;populateNoise(Ljava/util/concurrent/Executor;Lnet/minecraft/world/gen/StructureAccessor;Lnet/minecraft/world/chunk/Chunk;)Ljava/util/concurrent/CompletableFuture;
-
populateNoise
- Mappings:
Namespace Name Mixin selector official a
Lcpt;a(Lbxg;Lcml;II)Lcml;
intermediary method_33754
Lnet/minecraft/class_3754;method_33754(Lnet/minecraft/class_5138;Lnet/minecraft/class_2791;II)Lnet/minecraft/class_2791;
named populateNoise
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;populateNoise(Lnet/minecraft/world/gen/StructureAccessor;Lnet/minecraft/world/chunk/Chunk;II)Lnet/minecraft/world/chunk/Chunk;
-
createWeightSamplerFactory
private DoubleFunction<WeightSampler> createWeightSamplerFactory(int int2, ChunkPos chunkPos, Consumer<NoiseInterpolator> consumer) - Mappings:
Namespace Name Mixin selector official a
Lcpt;a(ILbvu;Ljava/util/function/Consumer;)Ljava/util/function/DoubleFunction;
intermediary method_36462
Lnet/minecraft/class_3754;method_36462(ILnet/minecraft/class_1923;Ljava/util/function/Consumer;)Ljava/util/function/DoubleFunction;
named createWeightSamplerFactory
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;createWeightSamplerFactory(ILnet/minecraft/util/math/ChunkPos;Ljava/util/function/Consumer;)Ljava/util/function/DoubleFunction;
-
createBlockSourceFactory
private DoubleFunction<BlockSource> createBlockSourceFactory(int int2, ChunkPos chunkPos, Consumer<NoiseInterpolator> consumer) - Mappings:
Namespace Name Mixin selector official b
Lcpt;b(ILbvu;Ljava/util/function/Consumer;)Ljava/util/function/DoubleFunction;
intermediary method_36387
Lnet/minecraft/class_3754;method_36387(ILnet/minecraft/class_1923;Ljava/util/function/Consumer;)Ljava/util/function/DoubleFunction;
named createBlockSourceFactory
Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;createBlockSourceFactory(ILnet/minecraft/util/math/ChunkPos;Ljava/util/function/Consumer;)Ljava/util/function/DoubleFunction;
-
createAquiferSampler
- Overrides:
createAquiferSampler
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official a
Lcmn;a(Lcml;)Lcpf;
intermediary method_36380
Lnet/minecraft/class_2794;method_36380(Lnet/minecraft/class_2791;)Lnet/minecraft/class_6350;
named createAquiferSampler
Lnet/minecraft/world/gen/chunk/ChunkGenerator;createAquiferSampler(Lnet/minecraft/world/chunk/Chunk;)Lnet/minecraft/world/gen/chunk/AquiferSampler;
-
getWorldHeight
public int getWorldHeight()- Overrides:
getWorldHeight
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official d
Lcmn;d()I
intermediary method_12104
Lnet/minecraft/class_2794;method_12104()I
named getWorldHeight
Lnet/minecraft/world/gen/chunk/ChunkGenerator;getWorldHeight()I
-
getSeaLevel
public int getSeaLevel()- Overrides:
getSeaLevel
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official e
Lcmn;e()I
intermediary method_16398
Lnet/minecraft/class_2794;method_16398()I
named getSeaLevel
Lnet/minecraft/world/gen/chunk/ChunkGenerator;getSeaLevel()I
-
getMinimumY
public int getMinimumY()- Overrides:
getMinimumY
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official f
Lcmn;f()I
intermediary method_33730
Lnet/minecraft/class_2794;method_33730()I
named getMinimumY
Lnet/minecraft/world/gen/chunk/ChunkGenerator;getMinimumY()I
-
getEntitySpawnList
public Pool<SpawnSettings.SpawnEntry> getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) - Overrides:
getEntitySpawnList
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official a
Lcmn;a(Lbxo;Lbxg;Latw;Lgg;)Laqs;
intermediary method_12113
Lnet/minecraft/class_2794;method_12113(Lnet/minecraft/class_1959;Lnet/minecraft/class_5138;Lnet/minecraft/class_1311;Lnet/minecraft/class_2338;)Lnet/minecraft/class_6012;
named getEntitySpawnList
Lnet/minecraft/world/gen/chunk/ChunkGenerator;getEntitySpawnList(Lnet/minecraft/world/biome/Biome;Lnet/minecraft/world/gen/StructureAccessor;Lnet/minecraft/entity/SpawnGroup;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/collection/Pool;
-
populateEntities
- Overrides:
populateEntities
in classChunkGenerator
- Mappings:
Namespace Name Mixin selector official a
Lcmn;a(Labx;)V
intermediary method_12107
Lnet/minecraft/class_2794;method_12107(Lnet/minecraft/class_3233;)V
named populateEntities
Lnet/minecraft/world/gen/chunk/ChunkGenerator;populateEntities(Lnet/minecraft/world/ChunkRegion;)V
-