Uses of Record Class
net.minecraft.client.realms.dto.RealmsSettingDto
Packages that use RealmsSettingDto
- 
Uses of RealmsSettingDto in net.minecraft.client.realms
Method parameters in net.minecraft.client.realms with type arguments of type RealmsSettingDtoModifier and TypeMethodDescriptionvoidRealmsClient.configure(long worldId, String name, String description, @Nullable RealmsRegionSelectionPreference regionSelectionPreference, int slotId, RealmsWorldOptions options, List<RealmsSettingDto> settings) voidRealmsClient.updateSlot(long worldId, int slot, RealmsWorldOptions options, List<RealmsSettingDto> settings)  - 
Uses of RealmsSettingDto in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto with type parameters of type RealmsSettingDtoModifier and TypeFieldDescriptionprivate final List<RealmsSettingDto> RealmsConfigurationDto.settingsThe field for thesettingsrecord component.RealmsSlot.settingsMethods in net.minecraft.client.realms.dto that return RealmsSettingDtoModifier and TypeMethodDescriptionstatic RealmsSettingDtoRealmsSettingDto.ofHardcore(boolean hardcore) Methods in net.minecraft.client.realms.dto that return types with arguments of type RealmsSettingDtoModifier and TypeMethodDescriptionRealmsConfigurationDto.settings()Returns the value of thesettingsrecord component.Method parameters in net.minecraft.client.realms.dto with type arguments of type RealmsSettingDtoModifier and TypeMethodDescriptionstatic booleanRealmsSettingDto.isHardcore(List<RealmsSettingDto> settings) Constructor parameters in net.minecraft.client.realms.dto with type arguments of type RealmsSettingDtoModifierConstructorDescriptionRealmsConfigurationDto(RealmsOptionsDto realmsOptionsDto, List<RealmsSettingDto> list, @Nullable RealmsRegionSelectionPreference realmsRegionSelectionPreference, @Nullable RealmsDescriptionDto realmsDescriptionDto) RealmsSlot(int slotId, RealmsWorldOptions options, List<RealmsSettingDto> settings)