Interface State

All Known Implementing Classes:
DeathScreen, FightScreen, GameScreen, StartScreen

public interface State
Interface that defines what a state should be able to do.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final boolean
     
    static final Fenster
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
  • Field Details

  • Method Details

    • active

      boolean active()
    • draw

      boolean draw()