furyPackage.estados
Class EstadoPlatafomaDestrutivelMarteloVisual

furyPackage.estados.EstadoPlataformaDestrutivelMartelo
  |
  +--furyPackage.estados.EstadoPlatafomaDestrutivelMarteloVisual
Direct Known Subclasses:
EstadoPlataformaDestrutivelMarteloAmassado, EstadoPlataformaDestrutivelMarteloDestruido, EstadoPlataformaDestrutivelMarteloEmCacos, EstadoPlataformaDestrutivelMarteloInteiro

public abstract class EstadoPlatafomaDestrutivelMarteloVisual
extends EstadoPlataformaDestrutivelMartelo

Title:


Description:


Copyright: Copyright (c) 2005


Company:

Author:
not attributable
Version: 1.0

Field Summary
 final static StringAMASSADO
           
 final static StringEM_CACOS
           
 final static StringINTEIRO
           

Constructor Summary
EstadoPlatafomaDestrutivelMarteloVisual(PlataformaDestrutivelMartelo plataforma)
           

Method Summary
 abstract voidquebrar(long tempo)
           

Methods inherited from class furyPackage.estados.EstadoPlataformaDestrutivelMartelo
getPlataforma

Field Detail

AMASSADO

public final static String AMASSADO

EM_CACOS

public final static String EM_CACOS

INTEIRO

public final static String INTEIRO
Constructor Detail

EstadoPlatafomaDestrutivelMarteloVisual

public EstadoPlatafomaDestrutivelMarteloVisual(PlataformaDestrutivelMartelo plataforma)
Method Detail

quebrar

public abstract void quebrar(long tempo)

Association Links

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String