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 RealmsJoinInformation.RegionDataRealmsJoinInformation.regionDataThe field for theregionDatarecord component.Methods in com.mojang.realmsclient.dto that return RealmsJoinInformation.RegionDataModifier and TypeMethodDescriptionRealmsJoinInformation.regionData()Returns the value of theregionDatarecord component.Constructors in com.mojang.realmsclient.dto with parameters of type RealmsJoinInformation.RegionDataModifierConstructorDescriptionRealmsJoinInformation(String address, String resourcePackUrl, String resourcePackHash, RealmsJoinInformation.RegionData regionData) Creates an instance of aRealmsJoinInformationrecord class.