Uses of Enum Class
rekit.persistence.level.LevelType
Packages that use LevelType
-
Uses of LevelType in rekit.persistence.level
Methods in rekit.persistence.level that return LevelTypeModifier and TypeMethodDescriptionLevelDefinition.getType()
Get the type of the level.static LevelType
Returns 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.Constructors in rekit.persistence.level with parameters of type LevelTypeModifierConstructorDescriptionLevelDefinition
(InputStream in, LevelType type) Create a new LevelDefinition by data and type.LevelDefinition
(InputStream in, LevelType type, long seed) Create a new LevelDefinition by data and type and rnd seed.