Uses of Interface
dev.wyck.wrapper.level.noise.chunk.ChunkGenerator
Packages that use ChunkGenerator
-
Uses of ChunkGenerator in dev.wyck.model.level
Methods in dev.wyck.model.level that return ChunkGeneratorModifier and TypeMethodDescriptionLevelCreator.generator()The chunk generator to use for the world.LevelCreatorImpl.generator()Methods in dev.wyck.model.level with parameters of type ChunkGeneratorModifier and TypeMethodDescriptionLevelCreator.Builder.generator(ChunkGenerator generator) Sets the chunk generator of the world.Constructors in dev.wyck.model.level with parameters of type ChunkGeneratorModifierConstructorDescriptionLevelCreatorImpl(ResourceKey levelKey, Dimension dimension, ChunkGenerator generator, long seed, boolean generateStructures, boolean bonusChest, World.Environment environment, StemPersistence persistence, List<LevelSpawner> spawners, @Nullable String name) -
Uses of ChunkGenerator in dev.wyck.wrapper.level.noise.chunk
Methods in dev.wyck.wrapper.level.noise.chunk that return ChunkGeneratorModifier and TypeMethodDescriptionChunkGenerator.Builder.build()Builds the chunk generator.ChunkGenerator.Factory.noise(BiomeSource biomeSource, Noise.Reference settings) ChunkGenerator.Factory.noise(BiomeSource biomeSource, NoiseGeneratorSettings settings) static ChunkGeneratorChunkGenerator.of(BiomeSource biomeSource, ResourceKey resourceKey) Builds a noise generator over the given biome source, referencing the given settings.static ChunkGeneratorChunkGenerator.of(BiomeSource biomeSource, Noise abstractNoise) Builds a noise generator over the given biome source, referencing the given settings.Constructors in dev.wyck.wrapper.level.noise.chunk with parameters of type ChunkGenerator