Exemplo n.º 1
0
        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);
        }
Exemplo n.º 2
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.Unknown2, Call);
 }
Exemplo n.º 3
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.MobSpawn, Call);
 }
Exemplo n.º 4
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.KeepAlive, Call);
 }
Exemplo n.º 5
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.UpdateSign, Call);
 }
Exemplo n.º 6
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.NamedEntitySpawn, Call);
 }
Exemplo n.º 7
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.Explodie, Call);
 }
Exemplo n.º 8
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.WindowItems, Call);
 }
Exemplo n.º 9
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.SetSlot, Call);
 }
Exemplo n.º 10
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.LoginReq, Call);
 }
Exemplo n.º 11
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.Handshake, Call);
 }
Exemplo n.º 12
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.PlayerSpawnPos, Call);
 }
Exemplo n.º 13
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.BlockChange, Call);
 }
Exemplo n.º 14
0
 public static void Init()
 {
     SMPInterface.Subscribe(SMPInterface.PacketTypes.PreChunk, Call);
 }