我有 2 个按钮,1 个使用 round1rock 中的构造函数类,而其他 1 个尝试访问这些参数。我的代码有什么问题?
构造函数类
public ROCK(int hp, int stamina, int attack, int speed, String type){
this.hp=hp;
this.stamina= stamina;
this.attack= attack;
this.speed = speed;
this.type = type;
}
2个按钮:
private void continueRound1 (ActionEvent event){
ROCK round1Rock= new ROCK( 500, 100, 100, 100, "Metamorphic");
}
private void Attack (ActionEvent event){
round1Rock.hp = 12;
}
我如何访问以前制作的对象?
小怪兽爱吃肉
鸿蒙传说
莫回无
富国沪深
相关分类