Uses of Enum Class
org.bukkit.metadata.LazyMetadataValue.CacheStrategy
Packages that use LazyMetadataValue.CacheStrategy
Package
Description
Classes dedicated to providing a layer of plugin specified data on various
Minecraft concepts.
-
Uses of LazyMetadataValue.CacheStrategy in org.bukkit.metadata
Subclasses with type arguments of type LazyMetadataValue.CacheStrategy in org.bukkit.metadataModifier and TypeClassDescriptionstatic enumDescribes possible caching strategies for metadata.Methods in org.bukkit.metadata that return LazyMetadataValue.CacheStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LazyMetadataValue.CacheStrategy[]LazyMetadataValue.CacheStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.bukkit.metadata with parameters of type LazyMetadataValue.CacheStrategyModifierConstructorDescriptionLazyMetadataValue(Plugin owningPlugin, LazyMetadataValue.CacheStrategy cacheStrategy, Callable<Object> lazyValue) Initializes a LazyMetadataValue object with a specific cache strategy.