Uses of Enum Class
com.mojang.realmsclient.util.LevelType
Packages that use LevelType
-
Uses of LevelType in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as LevelType -
Uses of LevelType in com.mojang.realmsclient.util
Fields in com.mojang.realmsclient.util declared as LevelTypeModifier and TypeFieldDescriptionprivate final LevelType
WorldGenerationInfo.levelType
The field for thelevelType
record component.Methods in com.mojang.realmsclient.util that return LevelTypeModifier and TypeMethodDescriptionWorldGenerationInfo.levelType()
Returns the value of thelevelType
record component.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 com.mojang.realmsclient.util with parameters of type LevelTypeModifierConstructorDescriptionWorldGenerationInfo
(String seed, LevelType levelType, boolean generateStructures, Set<String> experiments) Creates an instance of aWorldGenerationInfo
record class.