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.RegionData
RealmsJoinInformation.regionData
The field for theregionData
record component.Methods in com.mojang.realmsclient.dto that return RealmsJoinInformation.RegionDataModifier and TypeMethodDescriptionRealmsJoinInformation.regionData()
Returns the value of theregionData
record 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 aRealmsJoinInformation
record class.