net.jetrix.messages
Class PlayerSwitchMessage

java.lang.Object
  extended by net.jetrix.Message
      extended by net.jetrix.messages.PlayerSwitchMessage

public class PlayerSwitchMessage
extends Message

Message generated when the /move command is issued. On receiving this message the channel will switch the two specified slots.

Version:
$Revision: 332 $, $Date: 2003-12-08 01:53:08 +0100 (lun., 08 déc. 2003) $
Author:
Emmanuel Bourg

Constructor Summary
PlayerSwitchMessage()
           
 
Method Summary
 int getSlot1()
           
 int getSlot2()
           
 void setSlot1(int slot1)
           
 void setSlot2(int slot2)
           
 
Methods inherited from class net.jetrix.Message
getDestination, getRawMessage, getSource, getTime, setDestination, setRawMessage, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerSwitchMessage

public PlayerSwitchMessage()
Method Detail

getSlot1

public int getSlot1()

setSlot1

public void setSlot1(int slot1)

getSlot2

public int getSlot2()

setSlot2

public void setSlot2(int slot2)


Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.