Class ServerInfo

java.lang.Object
io.github.emcw.oapi.v3.types.ServerInfo
All Implemented Interfaces:
IGsonSerializable

public class ServerInfo extends Object implements IGsonSerializable
  • Field Details

    • version

      @Nullable public final @Nullable String version
      The Minecraft version this server is on.
    • moonPhase

      @Nullable public final @Nullable String moonPhase
      The current phase of the moon.
      See Also:
  • Constructor Details

    • ServerInfo

      public ServerInfo(com.google.gson.JsonObject resp)