JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Interface Health
All Known Implementing Classes:
Enemy
,
Player
public interface
Health
Interface for Character that have health.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
damage
(int damage)
void
heal
(int healing)
Method Details
damage
void
damage
(int damage)
heal
void
heal
(int healing)