Uses of Class
net.minecraft.client.realms.dto.RealmsRegionSelectionPreference
Packages that use RealmsRegionSelectionPreference
-
Uses of RealmsRegionSelectionPreference in net.minecraft.client.realms
Methods in net.minecraft.client.realms with parameters of type RealmsRegionSelectionPreferenceModifier and TypeMethodDescriptionvoidRealmsClient.configure(long worldId, String name, String description, @Nullable RealmsRegionSelectionPreference regionSelectionPreference, int slotId, RealmsWorldOptions options, List<RealmsSettingDto> settings) -
Uses of RealmsRegionSelectionPreference in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto declared as RealmsRegionSelectionPreferenceModifier and TypeFieldDescriptionstatic final RealmsRegionSelectionPreferenceRealmsRegionSelectionPreference.DEFAULTprivate final @Nullable RealmsRegionSelectionPreferenceRealmsConfigurationDto.regionSelectionPreferenceThe field for theregionSelectionPreferencerecord component.RealmsServer.regionSelectionPreferenceMethods in net.minecraft.client.realms.dto that return RealmsRegionSelectionPreferenceModifier and TypeMethodDescriptionRealmsRegionSelectionPreference.clone()RealmsRegionSelectionPreference.parse(CheckedGson gson, String json) RealmsConfigurationDto.regionSelectionPreference()Returns the value of theregionSelectionPreferencerecord component.Constructors in net.minecraft.client.realms.dto with parameters of type RealmsRegionSelectionPreferenceModifierConstructorDescriptionRealmsConfigurationDto(RealmsOptionsDto realmsOptionsDto, List<RealmsSettingDto> list, @Nullable RealmsRegionSelectionPreference realmsRegionSelectionPreference, @Nullable RealmsDescriptionDto realmsDescriptionDto)