Class Wall

  • Direct Known Subclasses:
    Overlay

    public class Wall
    extends com.apogames.kitchenchef.entity.ApoEntity
    The type Wall.
    • Constructor Summary

      Constructors 
      Constructor Description
      Wall​(float x, float y, float width, float height)
      Instantiates a new Wall.
      Wall​(com.apogames.kitchenchef.entity.ApoEntity entity)
      Instantiates a new Wall.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(com.apogames.kitchenchef.backend.GameScreen screen, int x, int y)
      malt das Objekt
      void renderFill​(com.apogames.kitchenchef.backend.GameScreen screen, int x, int y)
      Render fill.
      • 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

      • Wall

        public Wall​(com.apogames.kitchenchef.entity.ApoEntity entity)
        Instantiates a new Wall.
        Parameters:
        entity - the entity
      • Wall

        public Wall​(float x,
                    float y,
                    float width,
                    float height)
        Instantiates a new Wall.
        Parameters:
        x - the x
        y - the y
        width - the width
        height - the height
    • Method Detail

      • render

        public void render​(com.apogames.kitchenchef.backend.GameScreen screen,
                           int x,
                           int y)
        Description copied from class: com.apogames.kitchenchef.entity.ApoEntity
        malt das Objekt
        Overrides:
        render in class com.apogames.kitchenchef.entity.ApoEntity
        Parameters:
        screen - the screen
        x - the x
        y - the y
      • renderFill

        public void renderFill​(com.apogames.kitchenchef.backend.GameScreen screen,
                               int x,
                               int y)
        Render fill.
        Parameters:
        screen - the screen
        x - the x
        y - the y