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: 794 $, $Date: 2009-02-17 20:08:39 +0100 (Tue, 17 Feb 2009) $
- 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-2010. All Rights Reserved.