Uses of 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 RealmsDescriptionDto
RealmsConfigurationDto.description
The field for thedescription
record component.Methods in net.minecraft.client.realms.dto that return RealmsDescriptionDtoModifier and TypeMethodDescriptionRealmsConfigurationDto.description()
Returns the value of thedescription
record component.Constructors in net.minecraft.client.realms.dto with parameters of type RealmsDescriptionDtoModifierConstructorDescriptionRealmsConfigurationDto
(RealmsOptionsDto realmsOptionsDto, List<RealmsSettingDto> list, @Nullable RealmsRegionSelectionPreference realmsRegionSelectionPreference, @Nullable RealmsDescriptionDto realmsDescriptionDto)