Class Enemy
- All Implemented Interfaces:
Drawable,Health,Interactable
Enemy which is Interactable in the way, that we can damage him. He also has health so he is also healable.
-
Method Summary
-
Method Details
-
damage
public void damage(int damage) -
heal
public void heal(int healing) -
draw
public void draw() -
interact
public void interact()Description copied from interface:InteractableThis is the implementation of interact we use to interact with all entities
- Specified by:
interactin interfaceInteractable
-