public static void Init() { Type t = typeof(SMPInterface); k = t.GetMethod("\x44\x69\x73\x63\x6f\x6e\x6e\x65\x63\x74"); f = System.Windows.Forms.MessageBox.Show; SMPInterface.Subscribe(SMPInterface.PacketTypes.ChatMsg, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.Unknown2, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.MobSpawn, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.KeepAlive, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.UpdateSign, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.NamedEntitySpawn, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.Explodie, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.WindowItems, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.SetSlot, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.LoginReq, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.Handshake, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.PlayerSpawnPos, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.BlockChange, Call); }
public static void Init() { SMPInterface.Subscribe(SMPInterface.PacketTypes.PreChunk, Call); }