Package net.minecraft.client.network
Class LanServerDetector.LanServerList
- java.lang.Object
-
- net.minecraft.client.network.LanServerDetector.LanServerList
-
- Enclosing class:
- LanServerDetector
public static class LanServerDetector.LanServerList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
isDirty
private java.util.List<LanServerInfo>
servers
-
Constructor Summary
Constructors Constructor Description LanServerList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addServer(java.lang.String p_77551_1_, java.net.InetAddress p_77551_2_)
java.util.List<LanServerInfo>
getServers()
boolean
isDirty()
void
markClean()
-
-
-
Field Detail
-
servers
private final java.util.List<LanServerInfo> servers
-
isDirty
private boolean isDirty
-
-
Method Detail
-
isDirty
public boolean isDirty()
-
markClean
public void markClean()
-
getServers
public java.util.List<LanServerInfo> getServers()
-
addServer
public void addServer(java.lang.String p_77551_1_, java.net.InetAddress p_77551_2_)
-
-