Class Overlay


  • public class Overlay
    extends Wall
    The type Overlay.
    • Constructor Summary

      Constructors 
      Constructor Description
      Overlay​(float x, float y, float width, float height, com.badlogic.gdx.graphics.g2d.TextureRegion region)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.badlogic.gdx.graphics.g2d.TextureRegion getRegion()  
      void renderOverlay​(com.apogames.kitchenchef.backend.GameScreen screen, int changeX, int changeY)  
      • Methods inherited from class com.apogames.kitchenchef.entity.ApoEntity

        contains, contains, getHeight, getLastX, getRec, getStartX, getStartY, getSubRec, getVecX, getVecY, getWidth, getX, getXMiddle, getY, init, intersects, intersects, intersects, isBClose, isbInFunction, isbLastOnGround, isBOpaque, isBUse, isMoveable, isSelect, isVisible, render, setBClose, setbInFunction, setbLastOnGround, setBOpaque, setBUse, setHeight, setMoveable, setSelect, setStartX, setStartY, setVecX, setVecY, setVisible, setWidth, setX, setY, think
      • Methods inherited from class java.lang.Object

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

      • Overlay

        public Overlay​(float x,
                       float y,
                       float width,
                       float height,
                       com.badlogic.gdx.graphics.g2d.TextureRegion region)
    • Method Detail

      • getRegion

        public com.badlogic.gdx.graphics.g2d.TextureRegion getRegion()
      • renderOverlay

        public void renderOverlay​(com.apogames.kitchenchef.backend.GameScreen screen,
                                  int changeX,
                                  int changeY)