Uses of Class
com.mojang.realmsclient.dto.RealmsServerAddress
-
Packages that use RealmsServerAddress Package Description com.mojang.realmsclient.client com.mojang.realmsclient.dto net.minecraft.realms.action -
-
Uses of RealmsServerAddress in com.mojang.realmsclient.client
Methods in com.mojang.realmsclient.client that return RealmsServerAddress Modifier and Type Method Description RealmsServerAddressRealmsClient. join(long p_224904_1_) -
Uses of RealmsServerAddress in com.mojang.realmsclient.dto
Methods in com.mojang.realmsclient.dto that return RealmsServerAddress Modifier and Type Method Description static RealmsServerAddressRealmsServerAddress. parse(java.lang.String p_230782_0_) -
Uses of RealmsServerAddress in net.minecraft.realms.action
Fields in net.minecraft.realms.action declared as RealmsServerAddress Modifier and Type Field Description private RealmsServerAddressConnectedToRealmsAction. addressConstructors in net.minecraft.realms.action with parameters of type RealmsServerAddress Constructor Description ConnectedToRealmsAction(Screen p_i244788_1_, RealmsServer p_i244788_2_, RealmsServerAddress p_i244788_3_)
-