Class StandardPluginBranding
java.lang.Object
org.spongepowered.plugin.metadata.builtin.model.StandardPluginBranding
- All Implemented Interfaces:
PluginBranding
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
static final class
-
Method Summary
-
Method Details
-
builder
-
none
-
logo
Description copied from interface:PluginBranding
Gets theString
that represents the location of the logo.Consult the vendor on the composition of this value. For example, it could be an absolute path or relative path (commonly fed to a
File
orPath
), or a serializedURI
.- Specified by:
logo
in interfacePluginBranding
- Returns:
- The icon or
Optional.empty()
otherwise
-
icon
Description copied from interface:PluginBranding
Gets theString
that represents the location of the icon.Consult the vendor on the composition of this value. For example, it could be an absolute path or relative path (commonly fed to a
File
orPath
), or a serializedURI
.- Specified by:
icon
in interfacePluginBranding
- Returns:
- The icon or
Optional.empty()
otherwise
-
toBuilder
-
toString
-