所有超级接口:
pers.saikel0rado1iu.silk.api.generate.world.ChunkGeneratorSettingEntry, pers.saikel0rado1iu.silk.api.generate.DynamicDataEntry<net.minecraft.world.gen.chunk.ChunkGeneratorSettings>

public interface ChunkGeneratorSetting extends pers.saikel0rado1iu.silk.api.generate.world.ChunkGeneratorSettingEntry

区块生成器设置集

毛骨森然的所有区块生成器设置
从以下版本开始:
1.0.0
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static class 
     
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final net.minecraft.registry.RegistryKey<net.minecraft.world.gen.chunk.ChunkGeneratorSettings>
     
     
    static final net.minecraft.registry.RegistryKey<net.minecraft.world.gen.chunk.ChunkGeneratorSettings>
     
  • 方法概要

    修饰符和类型
    方法
    说明
    default net.minecraft.registry.RegistryBuilder.BootstrapFunction<net.minecraft.world.gen.chunk.ChunkGeneratorSettings>
     

    从接口继承的方法 pers.saikel0rado1iu.silk.api.generate.world.ChunkGeneratorSettingEntry

    registryKey

    从接口继承的方法 pers.saikel0rado1iu.silk.api.generate.DynamicDataEntry

    configure, register
  • 字段详细资料

    • INSTANCE

      static final ChunkGeneratorSetting INSTANCE
    • CLASSIC

      static final net.minecraft.registry.RegistryKey<net.minecraft.world.gen.chunk.ChunkGeneratorSettings> CLASSIC
    • SNAPSHOT

      static final net.minecraft.registry.RegistryKey<net.minecraft.world.gen.chunk.ChunkGeneratorSettings> SNAPSHOT
  • 方法详细资料

    • bootstrap

      default net.minecraft.registry.RegistryBuilder.BootstrapFunction<net.minecraft.world.gen.chunk.ChunkGeneratorSettings> bootstrap()
      指定者:
      bootstrap 在接口中 pers.saikel0rado1iu.silk.api.generate.DynamicDataEntry<net.minecraft.world.gen.chunk.ChunkGeneratorSettings>