Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import org.bukkit.entity.Player;
- public class SmashPlayer {
- private int health = 100;
- public SmashPlayer (Player player) {
- }
- public int getHealth() {
- return health;
- }
- public void setHealth(int health) {
- this.health = health;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment