Definition at line 3 of file FullName.java.
◆ FullName()
| com.fs.starfarer.api.characters.FullName.FullName |
( |
String | first, |
|
|
String | last, |
|
|
Gender | gender ) |
◆ getFirst()
| String com.fs.starfarer.api.characters.FullName.getFirst |
( |
| ) |
|
◆ getFullName()
| String com.fs.starfarer.api.characters.FullName.getFullName |
( |
| ) |
|
◆ getGender()
| Gender com.fs.starfarer.api.characters.FullName.getGender |
( |
| ) |
|
◆ getLast()
| String com.fs.starfarer.api.characters.FullName.getLast |
( |
| ) |
|
◆ setFirst()
| void com.fs.starfarer.api.characters.FullName.setFirst |
( |
String | first | ) |
|
◆ setGender()
| void com.fs.starfarer.api.characters.FullName.setGender |
( |
Gender | gender | ) |
|
◆ setLast()
| void com.fs.starfarer.api.characters.FullName.setLast |
( |
String | last | ) |
|
The documentation for this class was generated from the following file: