Package engine.entity

Class Wall

All Implemented Interfaces:
Comparable<AbstractEntity>

public class Wall extends NonPlayerCharacter
  • Field Details

    • imgX

      private float imgX
    • imgY

      private float imgY
    • imgS

      private int imgS
  • Constructor Details

    • Wall

      public Wall(Room room, processing.core.PImage img, AbstractMove move, AbstractAbility[] abilities, int[][] colorLayers, int[] colorTints, boolean isTangible, boolean isBreakable)
    • Wall

      public Wall(processing.core.PImage img, float x, float y, float w, float h, float imgX, float imgY, int imgS)
    • Wall

      public Wall(processing.core.PImage img, float x, float y, float w, float h)
    • Wall

      public Wall(float x, float y, float w, float h)
  • Method Details