net.jetrix.messages
Class SpecialMessage

java.lang.Object
  extended by net.jetrix.Message
      extended by net.jetrix.messages.ChannelMessage
          extended by net.jetrix.messages.SpecialMessage
Direct Known Subclasses:
AddLineMessage, BlockBombMessage, BlockQuakeMessage, ClearLineMessage, ClearSpecialsMessage, FourLinesAddedMessage, GravityMessage, NukeFieldMessage, OneLineAddedMessage, RandomClearMessage, SwitchFieldsMessage, TwoLinesAddedMessage

public abstract class SpecialMessage
extends ChannelMessage

A channel message for special blocks. Specials are attacks applied to another game slot. For specials the first slot is the target of the attack.

Version:
$Revision: 121 $, $Date: 2003-03-01 20:57:43 +0100 (sam., 01 mars 2003) $
Author:
Emmanuel Bourg

Constructor Summary
SpecialMessage()
           
 
Method Summary
 int getFromSlot()
           
 void setFromSlot(int fromSlot)
           
 
Methods inherited from class net.jetrix.messages.ChannelMessage
getChannel, getSlot, setChannel, setSlot
 
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

SpecialMessage

public SpecialMessage()
Method Detail

getFromSlot

public int getFromSlot()

setFromSlot

public void setFromSlot(int fromSlot)


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