Uses of Enum Class
dev.wyck.model.level.StemPersistence
Packages that use StemPersistence
-
Uses of StemPersistence in dev.wyck.model.level
Subclasses with type arguments of type StemPersistence in dev.wyck.model.levelModifier and TypeClassDescriptionenumRepresents the persistence mode of a level stem.Methods in dev.wyck.model.level that return StemPersistenceModifier and TypeMethodDescriptionLevelCreator.persistence()The persistence of the world.LevelCreatorImpl.persistence()static StemPersistenceReturns the enum constant of this class with the specified name.static StemPersistence[]StemPersistence.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.model.level with parameters of type StemPersistenceModifier and TypeMethodDescriptionLevelCreator.Builder.persistence(StemPersistence persistence) Sets the persistence of the world.Constructors in dev.wyck.model.level with parameters of type StemPersistenceModifierConstructorDescriptionLevelCreatorImpl(ResourceKey levelKey, Dimension dimension, ChunkGenerator generator, long seed, boolean generateStructures, boolean bonusChest, World.Environment environment, StemPersistence persistence, List<LevelSpawner> spawners, @Nullable String name)