brique
Class SallePiege

java.lang.Object
  |
  +--brique.SalleNormale
        |
        +--brique.SallePiege
All Implemented Interfaces:
Lieu, Salle

public class SallePiege
extends SalleNormale


Field Summary
 
Fields inherited from class brique.SalleNormale
cotes, numero
 
Constructor Summary
SallePiege(int num)
           
 
Method Summary
 boolean entrer()
           
 void propagerExplosion()
           
 
Methods inherited from class brique.SalleNormale
acqCote, acqDirection, acqNumero, installeCote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SallePiege

public SallePiege(int num)
Method Detail

entrer

public boolean entrer()
Specified by:
entrer in interface Lieu
Overrides:
entrer in class SalleNormale

propagerExplosion

public void propagerExplosion()