Quilt Loader 1
Loading...
Searching...
No Matches
net.fabricmc.loader.metadata.MapBackedContactInformation Class Reference
Inheritance diagram for net.fabricmc.loader.metadata.MapBackedContactInformation:
net.fabricmc.loader.api.metadata.ContactInformation

Public Member Functions

 MapBackedContactInformation (Map< String, String > map)
Optional< String > get (String key)
 Gets a certain type of contact information.
Map< String, String > asMap ()
 Gets all contact information provided as a map from contact type to information.

Additional Inherited Members

Detailed Description

Member Function Documentation

◆ asMap()

Map< String, String > net.fabricmc.loader.metadata.MapBackedContactInformation.asMap ( )
inline

Gets all contact information provided as a map from contact type to information.

Implements net.fabricmc.loader.api.metadata.ContactInformation.

◆ get()

Optional< String > net.fabricmc.loader.metadata.MapBackedContactInformation.get ( String key)
inline

Gets a certain type of contact information.

Parameters
keythe type of contact information
Returns
an optional contact information

Implements net.fabricmc.loader.api.metadata.ContactInformation.


The documentation for this class was generated from the following file:
  • src/fabric/legacy/java/net/fabricmc/loader/metadata/MapBackedContactInformation.java