Uses of Enum Class
dev.wyck.level.StemPersistence
Packages that use StemPersistence
-
Uses of StemPersistence in dev.wyck.level
Subclasses with type arguments of type StemPersistence in dev.wyck.levelModifier and TypeClassDescriptionenumDeprecated, for removal: This API element is subject to removal in a future version.Methods in dev.wyck.level that return StemPersistenceModifier and TypeMethodDescriptionLevelCreator.persistence()Deprecated, for removal: This API element is subject to removal in a future version.UseLevelCreator.levelStem()andRegisterable.register()instead.LevelCreatorImpl.persistence()static StemPersistenceDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static StemPersistence[]StemPersistence.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.level with parameters of type StemPersistenceModifier and TypeMethodDescriptionLevelCreator.Builder.persistence(StemPersistence persistence) Deprecated, for removal: This API element is subject to removal in a future version.UseLevelCreator.levelStem()andRegisterable.register()instead.Constructors in dev.wyck.level with parameters of type StemPersistenceModifierConstructorDescriptionLevelCreatorImpl(ResourceKey levelKey, LevelStem levelStem, long seed, boolean generateStructures, boolean bonusChest, World.Environment environment, StemPersistence persistence, List<LevelSpawner> spawners, @Nullable String name, LevelType type)
Registerable.register()instead.