Class StringEntity

  • All Implemented Interfaces:
    com.apogames.kitchenchef.game.interfaces.Render, com.apogames.kitchenchef.game.interfaces.Think

    public class StringEntity
    extends java.lang.Object
    implements com.apogames.kitchenchef.game.interfaces.Think, com.apogames.kitchenchef.game.interfaces.Render
    • Constructor Summary

      Constructors 
      Constructor Description
      StringEntity​(float x, float y, int points)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFinished()  
      void render​(com.apogames.kitchenchef.backend.GameScreen screen, float changeX, float changeY)  
      void think​(float delta)
      Think.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StringEntity

        public StringEntity​(float x,
                            float y,
                            int points)
    • Method Detail

      • isFinished

        public boolean isFinished()
      • think

        public void think​(float delta)
        Description copied from interface: com.apogames.kitchenchef.game.interfaces.Think
        Think.
        Specified by:
        think in interface com.apogames.kitchenchef.game.interfaces.Think
        Parameters:
        delta - the delta
      • render

        public void render​(com.apogames.kitchenchef.backend.GameScreen screen,
                           float changeX,
                           float changeY)
        Specified by:
        render in interface com.apogames.kitchenchef.game.interfaces.Render