Uses of Enum Class
dev.wyck.level.LevelType
Packages that use LevelType
-
Uses of LevelType in dev.wyck.level
Subclasses with type arguments of type LevelType in dev.wyck.levelModifier and TypeClassDescriptionenumNormally aWorldPresetin vanilla, the behavior of this enumerator is generally used for client-sided behavior.Methods in dev.wyck.level that return LevelTypeModifier and TypeMethodDescriptionLevelCreator.type()Used only to control client-sided behavior.LevelCreatorImpl.type()static LevelTypeReturns the enum constant of this class with the specified name.static LevelType[]LevelType.values()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 LevelTypeModifier and TypeMethodDescriptionSets the type of the world.Constructors in dev.wyck.level with parameters of type LevelTypeModifierConstructorDescriptionLevelCreatorImpl(ResourceKey levelKey, LevelStem levelStem, long seed, boolean generateStructures, boolean bonusChest, World.Environment environment, StemPersistence persistence, List<LevelSpawner> spawners, @Nullable String name, LevelType type)