Class PlayerInfo
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.status.PlayerInfo
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerInfo(int maxPlayers, int onlinePlayers, @NonNull List<com.github.steveice10.mc.auth.data.GameProfile> players) -
Method Summary
-
Constructor Details
-
PlayerInfo
public PlayerInfo(int maxPlayers, int onlinePlayers, @NonNull @NonNull List<com.github.steveice10.mc.auth.data.GameProfile> players)
-
-
Method Details