net.jetrix.messages.channel.specials
Class LinesAddedMessage

java.lang.Object
  extended by net.jetrix.Message
      extended by net.jetrix.messages.channel.ChannelMessage
          extended by net.jetrix.messages.channel.specials.SpecialMessage
              extended by net.jetrix.messages.channel.specials.LinesAddedMessage
Direct Known Subclasses:
FourLinesAddedMessage, OneLineAddedMessage, TwoLinesAddedMessage

public abstract class LinesAddedMessage
extends SpecialMessage

Message sent when a player clears several lines and add lines to all opponents.

Since:
0.3
Version:
$Revision: 799 $, $Date: 2009-02-18 17:28:08 +0100 (Wed, 18 Feb 2009) $
Author:
Emmanuel Bourg

Constructor Summary
LinesAddedMessage()
           
 
Method Summary
abstract  int getLinesAdded()
          Returns the number of lines added to all opponents.
abstract  int getLinesCleared()
          Returns the number of lines cleared
 
Methods inherited from class net.jetrix.messages.channel.specials.SpecialMessage
getFromSlot, setFromSlot
 
Methods inherited from class net.jetrix.messages.channel.ChannelMessage
getChannelName, getSlot, setChannelName, 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

LinesAddedMessage

public LinesAddedMessage()
Method Detail

getLinesCleared

public abstract int getLinesCleared()
Returns the number of lines cleared

Since:
0.3

getLinesAdded

public abstract int getLinesAdded()
Returns the number of lines added to all opponents.

Since:
0.3


Copyright © 2001-2010. All Rights Reserved.