Uses of Record Class
net.minecraft.client.realms.dto.RealmsDescriptionDto
Packages that use RealmsDescriptionDto
-
Uses of RealmsDescriptionDto in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto declared as RealmsDescriptionDtoModifier and TypeFieldDescriptionprivate final @Nullable RealmsDescriptionDtoRealmsConfigurationDto.descriptionThe field for thedescriptionrecord component.Methods in net.minecraft.client.realms.dto that return RealmsDescriptionDtoModifier and TypeMethodDescriptionRealmsConfigurationDto.description()Returns the value of thedescriptionrecord component.Constructors in net.minecraft.client.realms.dto with parameters of type RealmsDescriptionDtoModifierConstructorDescriptionRealmsConfigurationDto(RealmsOptionsDto options, List<RealmsSettingDto> settings, @Nullable RealmsRegionSelectionPreference regionSelectionPreference, @Nullable RealmsDescriptionDto description) Creates an instance of aRealmsConfigurationDtorecord class.