Uses of Class
com.mojang.realmsclient.dto.RealmsDescriptionDto
Packages that use RealmsDescriptionDto
-
Uses of RealmsDescriptionDto in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as RealmsDescriptionDtoModifier and TypeFieldDescriptionprivate final RealmsDescriptionDtoRealmsConfigurationDto.descriptionThe field for thedescriptionrecord component.Methods in com.mojang.realmsclient.dto that return RealmsDescriptionDtoModifier and TypeMethodDescriptionRealmsConfigurationDto.description()Returns the value of thedescriptionrecord component.Constructors in com.mojang.realmsclient.dto with parameters of type RealmsDescriptionDtoModifierConstructorDescriptionRealmsConfigurationDto(RealmsSlotUpdateDto options, List<RealmsSetting> settings, RegionSelectionPreferenceDto regionSelectionPreference, RealmsDescriptionDto description) Creates an instance of aRealmsConfigurationDtorecord class.