public interface NatureExtendable
ClassInfo
,
Nature
Modifier and Type | Method and Description |
---|---|
void |
addNature(String nature)
Adds a specified nature.
|
boolean |
hasNature(String nature)
Checks if a specified nature has been added.
|
boolean hasNature(String nature)
nature
- the name of the nature.void addNature(String nature)
nature
- the name of the natureCopyright © 2021. All rights reserved.