Uses of Record Class
com.mojang.realmsclient.dto.RealmsJoinInformation.RegionData
Packages that use RealmsJoinInformation.RegionData
-
Uses of RealmsJoinInformation.RegionData in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as RealmsJoinInformation.RegionDataModifier and TypeFieldDescriptionprivate final @Nullable RealmsJoinInformation.RegionDataRealmsJoinInformation.regionDataThe field for theregionDatarecord component.Methods in com.mojang.realmsclient.dto that return RealmsJoinInformation.RegionDataModifier and TypeMethodDescription@Nullable RealmsJoinInformation.RegionDataRealmsJoinInformation.regionData()Returns the value of theregionDatarecord component.Constructors in com.mojang.realmsclient.dto with parameters of type RealmsJoinInformation.RegionDataModifierConstructorDescriptionRealmsJoinInformation(@Nullable String address, @Nullable String resourcePackUrl, @Nullable String resourcePackHash, @Nullable RealmsJoinInformation.RegionData regionData) Creates an instance of aRealmsJoinInformationrecord class.