public interface Metadatable
| Modifier and Type | Method and Description |
|---|---|
List<MetadataValue> |
getMetadata(String metadataKey) |
boolean |
hasMetadata(String metadataKey) |
void |
removeMetadata(String metadataKey,
PluginContainer owningPlugin) |
void |
setMetadata(String metadataKey,
MetadataValue newMetadataValue) |
void setMetadata(String metadataKey, MetadataValue newMetadataValue) throws Exception
ExceptionList<MetadataValue> getMetadata(String metadataKey) throws Exception
Exceptionvoid removeMetadata(String metadataKey, PluginContainer owningPlugin) throws Exception
ExceptionCopyright © 2020. All rights reserved.