universe.world.base
Interface OnTick<Msg extends java.io.Serializable>


public interface OnTick<Msg extends java.io.Serializable>

An interface that represents a function that produces a Package (World + Messages) on each time tick.


Method Summary
 Package<Msg> apply(World<Msg> w)
          Apply this function to produce a Package (World + Messages) on each time tick.
 

Method Detail

apply

Package<Msg> apply(World<Msg> w)
Apply this function to produce a Package (World + Messages) on each time tick.