Class SallePiege

java.lang.Object
  |
  +--SalleNormale
        |
        +--SallePiege

public class SallePiege
extends SalleNormale


Fields inherited from class SalleNormale
cotes, numero
 
Constructor Summary
SallePiege(int num)
           
 
Method Summary
 boolean entrer()
           
 void propagerExplosion()
           
 
Methods inherited from class 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()
Overrides:
entrer in class SalleNormale

propagerExplosion

public void propagerExplosion()