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 LevelTypeWorldGenerationInfo.levelTypeThe field for thelevelTyperecord component.Methods in com.mojang.realmsclient.util that return LevelTypeModifier and TypeMethodDescriptionWorldGenerationInfo.levelType()Returns the value of thelevelTyperecord component.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.Constructors in com.mojang.realmsclient.util with parameters of type LevelTypeModifierConstructorDescriptionWorldGenerationInfo(String seed, LevelType levelType, boolean generateStructures, Set<String> experiments) Creates an instance of aWorldGenerationInforecord class.