Uses of Enum Class
com.mojang.realmsclient.dto.RealmsServer.Compatibility
Packages that use RealmsServer.Compatibility
-
Uses of RealmsServer.Compatibility in com.mojang.realmsclient.dto
Subclasses with type arguments of type RealmsServer.Compatibility in com.mojang.realmsclient.dtoFields in com.mojang.realmsclient.dto declared as RealmsServer.CompatibilityModifier and TypeFieldDescriptionRealmsServer.compatibilityprivate final RealmsServer.CompatibilityRealmsSlotUpdateDto.compatibilityThe field for thecompatibilityrecord component.RealmsWorldOptions.compatibilityMethods in com.mojang.realmsclient.dto that return RealmsServer.CompatibilityModifier and TypeMethodDescriptionRealmsSlotUpdateDto.compatibility()Returns the value of thecompatibilityrecord component.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.CompatibilityModifierConstructorDescriptionRealmsSlotUpdateDto(int slotId, int spawnProtection, boolean forceGameMode, int difficulty, int gameMode, String slotName, String version, RealmsServer.Compatibility compatibility, long templateId, @Nullable String templateImage, boolean hardcore) Creates an instance of aRealmsSlotUpdateDtorecord class.RealmsWorldOptions(int spawnProtection, int difficulty, int gameMode, boolean forceGameMode, String slotName, String version, RealmsServer.Compatibility compatibility) -
Uses of RealmsServer.Compatibility in com.mojang.realmsclient.gui
Fields in com.mojang.realmsclient.gui declared as RealmsServer.CompatibilityModifier and TypeFieldDescriptionprivate final RealmsServer.CompatibilityRealmsWorldSlotButton.State.compatibility