Uses of Interface
dev.wyck.worldgen.chunk.ChunkGenerator
Packages that use ChunkGenerator
Package
Description
-
Uses of ChunkGenerator in dev.wyck.level
Methods in dev.wyck.level that return ChunkGeneratorMethods in dev.wyck.level with parameters of type ChunkGeneratorModifier and TypeMethodDescriptionLevelCreator.Builder.generator(ChunkGenerator generator) Sets the chunk generator of the world. -
Uses of ChunkGenerator in dev.wyck.level.dimension
Methods in dev.wyck.level.dimension that return ChunkGeneratorModifier and TypeMethodDescriptionLevelStem.chunkGenerator()Gets the chunk generator of this level stem.default ChunkGeneratorLevelStem.generator()Gets the chunk generator of this level stem.Methods in dev.wyck.level.dimension with parameters of type ChunkGeneratorModifier and TypeMethodDescriptionLevelStem.Builder.chunkGenerator(ChunkGenerator chunkGenerator) Sets the chunk generator for the level stem.static LevelStemLevelStem.of(@Nullable ResourceKey resourceKey, Dimension dimension, ChunkGenerator chunkGenerator) Creates a new level stem with the given dimension type and chunk generator.static LevelStemLevelStem.of(Dimension dimension, ChunkGenerator chunkGenerator) Creates a new level stem with the given dimension type and chunk generator. -
Uses of ChunkGenerator in dev.wyck.registry.level
Methods in dev.wyck.registry.level with parameters of type ChunkGeneratorModifier and TypeMethodDescriptionLevelStemEditor.chunkGenerator(ChunkGenerator generator) Swaps the chunk generator on a given world. -
Uses of ChunkGenerator in dev.wyck.worldgen.chunk
Subinterfaces of ChunkGenerator in dev.wyck.worldgen.chunkModifier and TypeInterfaceDescriptioninterfaceCraftBukkit's implementation of aChunkGenerator.interfaceMinecraft's debug level source.interfaceA flat level source.interfaceWraps a chunk generator for use in aLevelCreator's level stem.Methods in dev.wyck.worldgen.chunk that return ChunkGeneratorModifier and TypeMethodDescriptionstatic ChunkGeneratorReads a Minecraft chunk generator.CraftBukkitChunkGenerator.delegate()The delegate Minecraft chunk generator for everything Bukkit's chunk generator can't do.Methods in dev.wyck.worldgen.chunk with parameters of type ChunkGeneratorModifier and TypeMethodDescriptionCraftBukkitChunkGenerator.Builder.delegate(ChunkGenerator delegate) Sets the delegate.static CraftBukkitChunkGeneratorCraftBukkitChunkGenerator.of(ChunkGenerator delegate, ChunkGenerator generator) Creates a new CraftBukkitChunkGenerator.
LevelCreator.levelStem()instead.