|
Quilt Loader 1
|
Represents a contact information. More...
Public Member Functions | |
| 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. | |
Public Attributes | |
| ContactInformation | EMPTY |
| An empty contact information. | |
Represents a contact information.
| Map< String, String > net.fabricmc.loader.api.metadata.ContactInformation.asMap | ( | ) |
Gets all contact information provided as a map from contact type to information.
Implemented in net.fabricmc.loader.metadata.MapBackedContactInformation, and org.quiltmc.loader.impl.fabric.metadata.MapBackedContactInformation.
| Optional< String > net.fabricmc.loader.api.metadata.ContactInformation.get | ( | String | key | ) |
Gets a certain type of contact information.
| key | the type of contact information |
Implemented in net.fabricmc.loader.metadata.MapBackedContactInformation, and org.quiltmc.loader.impl.fabric.metadata.MapBackedContactInformation.
| ContactInformation net.fabricmc.loader.api.metadata.ContactInformation.EMPTY |
An empty contact information.