Package net.minecraft.client.network
Class LanServerQueryManager.LanServerEntryList
java.lang.Object
net.minecraft.client.network.LanServerQueryManager.LanServerEntryList
- Enclosing class:
- LanServerQueryManager
@Environment(CLIENT) public static class LanServerQueryManager.LanServerEntryList extends Object
-
Field Summary
Fields Modifier and Type Field Description private booleandirtyprivate List<LanServerInfo>serverEntries -
Constructor Summary
Constructors Constructor Description LanServerEntryList() -
Method Summary
Modifier and Type Method Description voidaddServer(String string, InetAddress inetAddress)List<LanServerInfo>getServers()voidmarkClean()booleanneedsUpdate()
-
Field Details
-
serverEntries
-
dirty
private boolean dirty
-
-
Constructor Details
-
LanServerEntryList
public LanServerEntryList()
-
-
Method Details
-
needsUpdate
public boolean needsUpdate() -
markClean
public void markClean() -
getServers
-
addServer
-