Class ServerMetaData
java.lang.Object
de.eldoria.eldoutilities.debug.data.ServerMetaData
- Direct Known Subclasses:
ServerMeta
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected String[]protected PluginMetaData[]protected String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedServerMetaData(String version, int currentPlayers, String[] loadedWorlds, PluginMetaData[] plugins) -
Method Summary
-
Field Details
-
version
-
currentPlayers
protected int currentPlayers -
loadedWorlds
-
plugins
-
-
Constructor Details
-
ServerMetaData
protected ServerMetaData(String version, int currentPlayers, String[] loadedWorlds, PluginMetaData[] plugins)
-