Uses of Enum Class
com.mojang.realmsclient.dto.RealmsServer.Compatibility
Packages that use RealmsServer.Compatibility
-
Uses of RealmsServer.Compatibility in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as RealmsServer.CompatibilityModifier and TypeFieldDescriptionRealmsServer.compatibilityRealmsWorldOptions.compatibilityprivate static final RealmsServer.CompatibilityRealmsWorldOptions.DEFAULT_COMPATIBILITYMethods in com.mojang.realmsclient.dto that return RealmsServer.CompatibilityModifier and TypeMethodDescriptionstatic RealmsServer.CompatibilityRealmsServer.getCompatibility(String pId) static RealmsServer.CompatibilityReturns the enum constant of this class with the specified name.static RealmsServer.Compatibility[]RealmsServer.Compatibility.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mojang.realmsclient.dto with parameters of type RealmsServer.CompatibilityModifierConstructorDescriptionRealmsWorldOptions(boolean pPvp, boolean pSpawnMonsters, int pSpawnProtection, boolean pCommandBlocks, int pDifficulty, int pGameMode, boolean pHardcore, boolean pForceGameMode, String pSlotName, String pVersion, RealmsServer.Compatibility pCompatibility) -
Uses of RealmsServer.Compatibility in com.mojang.realmsclient.gui
Fields in com.mojang.realmsclient.gui declared as RealmsServer.CompatibilityModifier and TypeFieldDescription(package private) final RealmsServer.CompatibilityRealmsWorldSlotButton.State.compatibility