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 TypeMethodDescriptionvoid
RealmsClient.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 RealmsRegionSelectionPreference
RealmsRegionSelectionPreference.DEFAULT
private final @Nullable RealmsRegionSelectionPreference
RealmsConfigurationDto.regionSelectionPreference
The field for theregionSelectionPreference
record component.RealmsServer.regionSelectionPreference
Methods in net.minecraft.client.realms.dto that return RealmsRegionSelectionPreferenceModifier and TypeMethodDescriptionRealmsRegionSelectionPreference.clone()
RealmsRegionSelectionPreference.parse
(CheckedGson gson, String json) RealmsConfigurationDto.regionSelectionPreference()
Returns the value of theregionSelectionPreference
record component.Constructors in net.minecraft.client.realms.dto with parameters of type RealmsRegionSelectionPreferenceModifierConstructorDescriptionRealmsConfigurationDto
(RealmsOptionsDto realmsOptionsDto, List<RealmsSettingDto> list, @Nullable RealmsRegionSelectionPreference realmsRegionSelectionPreference, @Nullable RealmsDescriptionDto realmsDescriptionDto)