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 RealmsDescriptionDto
RealmsConfigurationDto.description
The field for thedescription
record component.Methods in com.mojang.realmsclient.dto that return RealmsDescriptionDtoModifier and TypeMethodDescriptionRealmsConfigurationDto.description()
Returns the value of thedescription
record 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 aRealmsConfigurationDto
record class.