java.lang.Object
net.minecraft.world.gen.chunk.ChunkGenerator
net.minecraft.world.gen.chunk.NoiseChunkGenerator
pers.saikel0rado1iu.silk.api.landform.gen.chunk.DefaultChunkGenerator
pers.saikel0rado1iu.silk.api.landform.gen.chunk.ModifiedChunkGenerator
pers.saikel0rado1iu.spontaneousreplace.terriforest.world.gen.chunk.ClassicChunkGenerator
pers.saikel0rado1iu.spontaneousreplace.terriforest.world.gen.chunk.SnapshotChunkGenerator
所有已实现的接口:
pers.saikel0rado1iu.silk.api.landform.gen.chunk.ChunkGeneratorCustom, pers.saikel0rado1iu.silk.api.landform.gen.chunk.ChunkGeneratorUpgradable

public class SnapshotChunkGenerator extends ClassicChunkGenerator

快照区块生成器

自然更替中的经典区块生成器的快照版本
从以下版本开始:
1.0.0
  • 字段概要

    从类继承的字段 pers.saikel0rado1iu.spontaneousreplace.terriforest.world.gen.chunk.ClassicChunkGenerator

    DEFAULT_VERSION, VERSION_DELIMITER

    从类继承的字段 net.minecraft.world.gen.chunk.NoiseChunkGenerator

    CODEC

    从类继承的字段 net.minecraft.world.gen.chunk.ChunkGenerator

    biomeSource

    从接口继承的字段 pers.saikel0rado1iu.silk.api.landform.gen.chunk.ChunkGeneratorCustom

    SEED_MAP

    从接口继承的字段 pers.saikel0rado1iu.silk.api.landform.gen.chunk.ChunkGeneratorUpgradable

    NON_VERSION, VERSION_KEY
  • 构造器概要

    构造器
    构造器
    说明
    SnapshotChunkGenerator(net.minecraft.world.biome.source.BiomeSource biomeSource, List<net.minecraft.world.biome.source.FixedBiomeSource> additionalBiomeSources, net.minecraft.registry.entry.RegistryEntry<net.minecraft.world.gen.chunk.ChunkGeneratorSettings> settings, String version)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    com.mojang.serialization.MapCodec<? extends net.minecraft.world.gen.chunk.ChunkGenerator>
     
    getInstance(net.minecraft.registry.DynamicRegistryManager registryManager)
     
    static void
    register(net.minecraft.registry.RegistryKey<net.minecraft.world.gen.WorldPreset> worldPreset, net.minecraft.registry.Registerable<net.minecraft.world.gen.WorldPreset> registerable)
     

    从类继承的方法 pers.saikel0rado1iu.spontaneousreplace.terriforest.world.gen.chunk.ClassicChunkGenerator

    compare, getBiomeSource, getTerrainNoise, locateBiome, needDowngrade, needRefresh, needUpgrade, version

    从类继承的方法 pers.saikel0rado1iu.silk.api.landform.gen.chunk.ModifiedChunkGenerator

    additionalBiomeSources, getAdditionalBiomeSource, getLocateBiomePair, isAdditionalBiomeSources

    从类继承的方法 net.minecraft.world.gen.chunk.NoiseChunkGenerator

    buildSurface, buildSurface, carve, getColumnSample, getDebugHudText, getHeight, getMinimumY, getSeaLevel, getSettings, getWorldHeight, matchesSettings, populateBiomes, populateEntities, populateNoise

    从类继承的方法 net.minecraft.world.gen.chunk.ChunkGenerator

    addStructureReferences, createStructurePlacementCalculator, generateFeatures, getBiomeSource, getCodecKey, getEntitySpawnList, getGenerationSettings, getHeightInGround, getHeightOnGround, getSpawnHeight, initializeIndexedFeaturesList, locateStructure, setStructureStarts

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 pers.saikel0rado1iu.silk.api.landform.gen.chunk.ChunkGeneratorCustom

    seed
  • 构造器详细资料

    • SnapshotChunkGenerator

      public SnapshotChunkGenerator(net.minecraft.world.biome.source.BiomeSource biomeSource, List<net.minecraft.world.biome.source.FixedBiomeSource> additionalBiomeSources, net.minecraft.registry.entry.RegistryEntry<net.minecraft.world.gen.chunk.ChunkGeneratorSettings> settings, String version)
  • 方法详细资料

    • getInstance

      public static SnapshotChunkGenerator getInstance(net.minecraft.registry.DynamicRegistryManager registryManager)
    • register

      public static void register(net.minecraft.registry.RegistryKey<net.minecraft.world.gen.WorldPreset> worldPreset, net.minecraft.registry.Registerable<net.minecraft.world.gen.WorldPreset> registerable)
    • getCodec

      public com.mojang.serialization.MapCodec<? extends net.minecraft.world.gen.chunk.ChunkGenerator> getCodec()
      指定者:
      getCodec 在接口中 pers.saikel0rado1iu.silk.api.landform.gen.chunk.ChunkGeneratorUpgradable
      覆盖:
      getCodec 在类中 ClassicChunkGenerator