public class WeatherClient
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WeatherClient.SetWeatherProfileMessage |
static class |
WeatherClient.SetWorldTimeMessage |
Modifier and Type | Field and Description |
---|---|
static MessageType |
MSG_TYPE_GET_WEATHER_PROFILE |
static MessageType |
MSG_TYPE_SET_WEATHER_PROFILE |
static MessageType |
MSG_TYPE_SET_WORLD_TIME |
static Namespace |
NAMESPACE |
Modifier and Type | Method and Description |
---|---|
static void |
SetWeatherProfile(OID ply,
int profil) |
static void |
SetWorldTime(int year,
int month,
int day,
int hour,
int minute) |
public static Namespace NAMESPACE
public static final MessageType MSG_TYPE_SET_WORLD_TIME
public static final MessageType MSG_TYPE_SET_WEATHER_PROFILE
public static final MessageType MSG_TYPE_GET_WEATHER_PROFILE
public static void SetWorldTime(int year, int month, int day, int hour, int minute) throws java.io.IOException
java.io.IOException
public static void SetWeatherProfile(OID ply, int profil) throws java.io.IOException
java.io.IOException