Uses of Record 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 @Nullable RealmsDescriptionDtoRealmsConfigurationDto.descriptionThe field for thedescriptionrecord component.Methods in com.mojang.realmsclient.dto that return RealmsDescriptionDtoModifier and TypeMethodDescription@Nullable RealmsDescriptionDtoRealmsConfigurationDto.description()Returns the value of thedescriptionrecord component.Constructors in com.mojang.realmsclient.dto with parameters of type RealmsDescriptionDtoModifierConstructorDescriptionRealmsConfigurationDto(RealmsSlotUpdateDto options, List<RealmsSetting> settings, @Nullable RegionSelectionPreferenceDto regionSelectionPreference, @Nullable RealmsDescriptionDto description) Creates an instance of aRealmsConfigurationDtorecord class.