Record Class RealmsConfigurationDto

java.lang.Object
java.lang.Record
net.minecraft.client.realms.dto.RealmsConfigurationDto
Record Components:
options -
settings -
regionSelectionPreference -
description -
All Implemented Interfaces:
RealmsSerializable

@Environment(CLIENT) public record RealmsConfigurationDto(RealmsOptionsDto options, List<RealmsSettingDto> settings, @Nullable RealmsRegionSelectionPreference regionSelectionPreference, @Nullable RealmsDescriptionDto description) extends Record implements RealmsSerializable
Mappings:
Namespace Name
named net/minecraft/client/realms/dto/RealmsConfigurationDto
intermediary net/minecraft/class_11302
official fpq
named options
intermediary comp_4176
official a
named settings
intermediary comp_4177
official b
named regionSelectionPreference
intermediary comp_4178
official c
named description
intermediary comp_4179
official d