Uses of Class
net.minecraft.client.network.LanServerInfo
-
Packages that use LanServerInfo Package Description net.minecraft.client.gui.screen net.minecraft.client.network -
-
Uses of LanServerInfo in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as LanServerInfo Modifier and Type Field Description protected LanServerInfoServerSelectionList.LanDetectedEntry. serverDataMethods in net.minecraft.client.gui.screen that return LanServerInfo Modifier and Type Method Description LanServerInfoServerSelectionList.LanDetectedEntry. getServerData()Method parameters in net.minecraft.client.gui.screen with type arguments of type LanServerInfo Modifier and Type Method Description voidServerSelectionList. updateNetworkServers(java.util.List<LanServerInfo> p_148194_1_)Constructors in net.minecraft.client.gui.screen with parameters of type LanServerInfo Constructor Description LanDetectedEntry(MultiplayerScreen p_i47141_1_, LanServerInfo p_i47141_2_) -
Uses of LanServerInfo in net.minecraft.client.network
Fields in net.minecraft.client.network with type parameters of type LanServerInfo Modifier and Type Field Description private java.util.List<LanServerInfo>LanServerDetector.LanServerList. serversMethods in net.minecraft.client.network that return types with arguments of type LanServerInfo Modifier and Type Method Description java.util.List<LanServerInfo>LanServerDetector.LanServerList. getServers()
-