net.jetrix.messages
Class PlayerSwitchMessage
java.lang.Object
net.jetrix.Message
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlayerSwitchMessage
public PlayerSwitchMessage()
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.