Class PondreNull

java.lang.Object
fr.formiko.formiko.interfaces.PondreNull
All Implemented Interfaces:
Pondre, Serializable

public class PondreNull extends Object implements Serializable, Pondre
A null implementation.
It print an error for all the methode of implemented class.
It allow to avoid error of null implementation.
Author:
Hydrolien
See Also:
  • Constructor Details

    • PondreNull

      public PondreNull()
  • Method Details

    • unePonte

      public void unePonte(Creature c)
      If lauch print an error.
      Specified by:
      unePonte in interface Pondre
    • canLay

      public boolean canLay(Creature c)
      It can never lay.
      Specified by:
      canLay in interface Pondre