类 SilkWorldPreset.Registrar
java.lang.Object
pers.saikel0rado1iu.silk.gen.world.SilkWorldPreset.Registrar
- 封闭类:
- SilkWorldPreset
-
字段概要
字段修饰符和类型字段说明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.DimensionOptionsfinal 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.DimensionOptionsfinal 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.WorldPresetcreatePreset(net.minecraft.world.dimension.DimensionOptions dimensionOptions) voidregister(net.minecraft.registry.RegistryKey<net.minecraft.world.gen.WorldPreset> key, net.minecraft.world.dimension.DimensionOptions dimensionOptions)
-
字段详细资料
-
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)
-