Interface Trophallaxie

All Superinterfaces:
Serializable
All Known Implementing Classes:
TrophallaxieFourmi, TrophallaxieNull

public interface Trophallaxie extends Serializable
trophallaxis.
Allow a Creature to do a trophallaxis
Author:
Hydrolien
  • Method Details

    • trophallaxie

      void trophallaxie(Creature c1, Creature c2, int foodDonnée)
    • trophallaxie

      void trophallaxie(Creature c, int id, int foodDonnée)
    • trophallaxer

      void trophallaxer(Creature c)
    • getCreatureQuiOnFaim

      int[] getCreatureQuiOnFaim(int[] t, Creature c)