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 TypeMethodDescriptionvoid
RealmsClient.configure
(long worldId, String name, String description, @Nullable RealmsRegionSelectionPreference regionSelectionPreference, int slotId, RealmsWorldOptions options, List<RealmsSettingDto> settings) void
RealmsClient.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.settings
The field for thesettings
record component.RealmsSlot.settings
Methods in net.minecraft.client.realms.dto that return RealmsSettingDtoModifier and TypeMethodDescriptionstatic RealmsSettingDto
RealmsSettingDto.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 thesettings
record component.Method parameters in net.minecraft.client.realms.dto with type arguments of type RealmsSettingDtoModifier and TypeMethodDescriptionstatic boolean
RealmsSettingDto.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)