net.jetrix.messages.channel.specials
Class OneLineAddedMessage

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
                  extended by net.jetrix.messages.channel.specials.OneLineAddedMessage

public class OneLineAddedMessage
extends LinesAddedMessage

Message sent when 2 lines are cleared and 1 line is added to all opponents.

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

Constructor Summary
OneLineAddedMessage()
           
 
Method Summary
 int getLinesAdded()
          Returns the number of lines added to all opponents.
 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

OneLineAddedMessage

public OneLineAddedMessage()
Method Detail

getLinesCleared

public int getLinesCleared()
Description copied from class: LinesAddedMessage
Returns the number of lines cleared

Specified by:
getLinesCleared in class LinesAddedMessage

getLinesAdded

public int getLinesAdded()
Description copied from class: LinesAddedMessage
Returns the number of lines added to all opponents.

Specified by:
getLinesAdded in class LinesAddedMessage


Copyright © 2001-2010. All Rights Reserved.