Class InheritableMetadata.Builder
java.lang.Object
org.spongepowered.plugin.metadata.builtin.InheritableMetadata.Builder
- Enclosing class:
InheritableMetadata
-
Method Summary
Modifier and TypeMethodDescriptionaddConflict(PluginConflict conflict) addConflicts(Collection<PluginConflict> conflicts) addContributor(PluginContributor contributor) addContributors(Collection<PluginContributor> contributors) addDependencies(Collection<PluginDependency> dependencies) addDependency(PluginDependency dependency) addProperties(Map<String, Object> properties) addProperty(String key, Object value) branding(PluginBranding branding) build()conflicts(Collection<PluginConflict> conflicts) contributors(Collection<PluginContributor> contributors) dependencies(Collection<PluginDependency> dependencies) description(@Nullable String description) from(InheritableMetadata value) links(PluginLinks links) loader(@Nullable PluginLoaderSpecification loader) properties(Map<String, Object> properties) version(@Nullable ArtifactVersion version) with(InheritableMetadata override)
-
Method Details
-
version
-
loader
-
name
-
description
-
license
-
branding
-
links
-
contributors
-
addContributors
-
addContributor
-
conflicts
-
addConflicts
-
addConflict
-
dependencies
-
addDependencies
-
addDependency
-
properties
-
addProperties
-
addProperty
-
from
-
with
-
build
-