Package net.fabricmc.loader.api.metadata
Interface ContactInformation
public interface ContactInformation
Represents a contact information.
- 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
EMPTY
An empty contact information. 
 - 
 - 
Method Details
- 
get
Gets a certain type of contact information.- Parameters:
 key- the type of contact information- Returns:
 - an optional contact information
 
 - 
asMap
Gets all contact information provided as a map from contact type to information. 
 -