类 SilkWorldPreset.Registrar

java.lang.Object
pers.saikel0rado1iu.silk.gen.world.SilkWorldPreset.Registrar
封闭类:
SilkWorldPreset

@SilkApi public static class SilkWorldPreset.Registrar extends Object
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    final net.minecraft.registry.RegistryEntryLookup<net.minecraft.world.biome.Biome>
     
    final net.minecraft.registry.RegistryEntryLookup<net.minecraft.world.gen.chunk.ChunkGeneratorSettings>
     
    final net.minecraft.world.dimension.DimensionOptions
     
    final net.minecraft.registry.RegistryEntryLookup<net.minecraft.world.gen.feature.PlacedFeature>
     
    final net.minecraft.registry.RegistryEntryLookup<net.minecraft.world.biome.source.MultiNoiseBiomeSourceParameterList>
     
    final net.minecraft.world.dimension.DimensionOptions
     
    final net.minecraft.registry.entry.RegistryEntry<net.minecraft.world.dimension.DimensionType>
     
    final net.minecraft.registry.Registerable<net.minecraft.world.gen.WorldPreset>
     
    final net.minecraft.registry.RegistryEntryLookup<net.minecraft.structure.StructureSet>
     
  • 构造器概要

    构造器
    构造器
    说明
    Registrar(net.minecraft.registry.Registerable<net.minecraft.world.gen.WorldPreset> presetRegisterable)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    net.minecraft.world.gen.WorldPreset
    createPreset(net.minecraft.world.dimension.DimensionOptions dimensionOptions)
     
    void
    register(net.minecraft.registry.RegistryKey<net.minecraft.world.gen.WorldPreset> key, net.minecraft.world.dimension.DimensionOptions dimensionOptions)
     

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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • presetRegisterable

      public final net.minecraft.registry.Registerable<net.minecraft.world.gen.WorldPreset> presetRegisterable
    • chunkGeneratorSettingsLookup

      public final net.minecraft.registry.RegistryEntryLookup<net.minecraft.world.gen.chunk.ChunkGeneratorSettings> chunkGeneratorSettingsLookup
    • biomeLookup

      public final net.minecraft.registry.RegistryEntryLookup<net.minecraft.world.biome.Biome> biomeLookup
    • featureLookup

      public final net.minecraft.registry.RegistryEntryLookup<net.minecraft.world.gen.feature.PlacedFeature> featureLookup
    • structureSetLookup

      public final net.minecraft.registry.RegistryEntryLookup<net.minecraft.structure.StructureSet> structureSetLookup
    • multiNoisePresetLookup

      public final net.minecraft.registry.RegistryEntryLookup<net.minecraft.world.biome.source.MultiNoiseBiomeSourceParameterList> multiNoisePresetLookup
    • overworldDimensionType

      public final net.minecraft.registry.entry.RegistryEntry<net.minecraft.world.dimension.DimensionType> overworldDimensionType
    • netherDimensionOptions

      public final net.minecraft.world.dimension.DimensionOptions netherDimensionOptions
    • endDimensionOptions

      public final net.minecraft.world.dimension.DimensionOptions endDimensionOptions
  • 构造器详细资料

    • Registrar

      public Registrar(net.minecraft.registry.Registerable<net.minecraft.world.gen.WorldPreset> presetRegisterable)
  • 方法详细资料

    • createPreset

      public net.minecraft.world.gen.WorldPreset createPreset(net.minecraft.world.dimension.DimensionOptions dimensionOptions)
    • register

      public void register(net.minecraft.registry.RegistryKey<net.minecraft.world.gen.WorldPreset> key, net.minecraft.world.dimension.DimensionOptions dimensionOptions)