Uses of Interface
org.bukkit.metadata.MetadataValue
Packages that use MetadataValue
Package
Description
Classes dedicated to providing a layer of plugin specified data on various
Minecraft concepts.
-
Uses of MetadataValue in org.bukkit.metadata
Classes in org.bukkit.metadata that implement MetadataValueModifier and TypeClassDescriptionclass
Deprecated.This system is extremely misleading and does not cleanup values for metadatable entities that have been removed.class
Deprecated.This system is extremely misleading and does not cleanup values for metadatable entities that have been removed.class
Deprecated.This system is extremely misleading and does not cleanup values for metadatable entities that have been removed.Methods in org.bukkit.metadata that return types with arguments of type MetadataValueModifier and TypeMethodDescriptionMetadatable.getMetadata
(@NotNull String metadataKey) Deprecated.Returns a list of previously set metadata values from the implementing object's metadata store.MetadataStore.getMetadata
(T subject, @NotNull String metadataKey) Deprecated.Returns all metadata values attached to an object.MetadataStoreBase.getMetadata
(T subject, @NotNull String metadataKey) Deprecated.Returns all metadata values attached to an object.Methods in org.bukkit.metadata with parameters of type MetadataValueModifier and TypeMethodDescriptionvoid
Metadatable.setMetadata
(@NotNull String metadataKey, @NotNull MetadataValue newMetadataValue) Deprecated.Sets a metadata value in the implementing object's metadata store.void
MetadataStore.setMetadata
(T subject, @NotNull String metadataKey, @NotNull MetadataValue newMetadataValue) Deprecated.Adds a metadata value to an object.void
MetadataStoreBase.setMetadata
(T subject, @NotNull String metadataKey, @NotNull MetadataValue newMetadataValue) Deprecated.Adds a metadata value to an object.