Package engine.entity.entities
Class Wall
java.lang.Object
engine.entity.Entity
engine.entity.entities.NPC
engine.entity.entities.Wall
- All Implemented Interfaces:
Comparable<Entity>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWall(float x, float y, float w, float h) Wall(engine.Room room, processing.core.PImage img, Move move, Ability[] abilities, int[][] colorLayers, int[] colorTints, boolean isTangible, boolean isBreakable) Wall(processing.core.PImage img, float x, float y, float w, float h) Wall(processing.core.PImage img, float x, float y, float w, float h, float imgX, float imgY, int imgS) -
Method Summary
Methods inherited from class engine.entity.entities.NPC
getTrigger, isMarked, updateMethods inherited from class engine.entity.Entity
addX, addXY, addY, calculateHash, compareTo, equals, getAbilities, getAnimator, getColorList, getH, getHash, getID, getImg, getMoveSet, getMoveSetType, getOverDir, getOverState, getPotential, getRH, getRoom, getRoomList, getRW, getRX, getRY, getW, getX, getXY, getXYWH, getY, isBreakable, isTangible, setOverDir, setOverState, setX, setXY, setY, toString
-
Field Details
-
imgX
private float imgX -
imgY
private float imgY -
imgS
private int imgS
-
-
Constructor Details
-
Wall
-
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