@Deprecated @ApiStatus.ScheduledForRemoval public class CocTroop extends Object
CocTroop class.
Constructor and Description |
---|
CocTroop()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getLevel()
Deprecated.
Getter for the field
level . |
int |
getMaxLevel()
Deprecated.
Getter for the field
maxLevel . |
String |
getName()
Deprecated.
Getter for the field
name . |
void |
setLevel(int level)
Deprecated.
Setter for the field
level . |
void |
setMaxLevel(int maxLevel)
Deprecated.
Setter for the field
maxLevel . |
void |
setName(String name)
Deprecated.
Setter for the field
name . |
String |
toString()
Deprecated.
|
public void setName(String name)
Setter for the field name
.
name
- a String
objectpublic int getLevel()
Getter for the field level
.
public void setLevel(int level)
Setter for the field level
.
level
- a intpublic int getMaxLevel()
Getter for the field maxLevel
.
public void setMaxLevel(int maxLevel)
Setter for the field maxLevel
.
maxLevel
- a intCopyright © 2016–2024. All rights reserved.