Quilt Loader 1
Loading...
Searching...
No Matches
net.fabricmc.loader.api.metadata.Person Interface Reference

Represents a person. More...

Inheritance diagram for net.fabricmc.loader.api.metadata.Person:
org.quiltmc.loader.impl.fabric.metadata.SimplePerson

Public Member Functions

String getName ()
 Returns the display name of the person.
ContactInformation getContact ()
 Returns the contact information of the person.

Detailed Description

Represents a person.

Deprecated
Please use quilt's org.quiltmc.loader.api.ModMetadata instead.

Member Function Documentation

◆ getContact()

ContactInformation net.fabricmc.loader.api.metadata.Person.getContact ( )

Returns the contact information of the person.

Implemented in org.quiltmc.loader.impl.fabric.metadata.SimplePerson.

◆ getName()

String net.fabricmc.loader.api.metadata.Person.getName ( )

Returns the display name of the person.

Implemented in org.quiltmc.loader.impl.fabric.metadata.SimplePerson.


The documentation for this interface was generated from the following file:
  • src/fabric/api/java/net/fabricmc/loader/api/metadata/Person.java