Uses of Class
net.minecraft.client.realms.gui.screen.RealmsWorldGeneratorType
| Package | Description |
|---|---|
| net.minecraft.client.realms.gui.screen |
-
Uses of RealmsWorldGeneratorType in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as RealmsWorldGeneratorType Modifier and Type Field Description private RealmsWorldGeneratorTypeRealmsResetNormalWorldScreen. generatorTypeprivate RealmsWorldGeneratorTypeResetWorldInfo. levelTypeMethods in net.minecraft.client.realms.gui.screen that return RealmsWorldGeneratorType Modifier and Type Method Description RealmsWorldGeneratorTypeResetWorldInfo. getLevelType()static RealmsWorldGeneratorTypeRealmsWorldGeneratorType. valueOf(String name)Returns the enum constant of this type with the specified name.static RealmsWorldGeneratorType[]RealmsWorldGeneratorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsWorldGeneratorType Constructor Description ResetWorldInfo(String seed, RealmsWorldGeneratorType levelType, boolean generateStructures)