|
Quilt Loader 1
|
Represents a person. More...
Public Member Functions | |
| String | getName () |
| Returns the display name of the person. | |
| ContactInformation | getContact () |
| Returns the contact information of the person. | |
Represents a person.
| ContactInformation net.fabricmc.loader.api.metadata.Person.getContact | ( | ) |
Returns the contact information of the person.
Implemented in org.quiltmc.loader.impl.fabric.metadata.SimplePerson.
| String net.fabricmc.loader.api.metadata.Person.getName | ( | ) |
Returns the display name of the person.
Implemented in org.quiltmc.loader.impl.fabric.metadata.SimplePerson.