Class Gate
java.lang.Object
com.csse3200.game.entities.Entity
com.csse3200.game.entities.PlaceableEntity
com.csse3200.game.entities.buildables.Gate
-
Field Summary
Fields inherited from class com.csse3200.game.entities.Entity
components
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.csse3200.game.entities.PlaceableEntity
getHeight, getWidth, irremovable, is_irremovable, placed, removed, willPlace, willRemove
Methods inherited from class com.csse3200.game.entities.Entity
addComponent, create, dispose, earlyUpdate, getCenterPosition, getComponent, getComponents, getEntityType, getEvents, getGridPosition, getId, getPosition, getScale, scaleHeight, scaleWidth, setEnabled, setEntityType, setPosition, setPosition, setPosition, setScale, setScale, toString, update
-
Constructor Details
-
Gate
-
-
Method Details
-
openGate
Changes the texture to resemble an open gate and disables the collision.- Parameters:
player
- - the player who opened the gate
-
closeGate
Changes the texture to resemble a closed gate and enables the collision.- Parameters:
player
- - the player who opened the gate
-
equals
-
hashCode
public int hashCode()
-