|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyMetadataValue.CacheStrategy | |
---|---|
org.bukkit.metadata | Classes dedicated to providing a layer of plugin specified data on various Minecraft concepts. |
Uses of LazyMetadataValue.CacheStrategy in org.bukkit.metadata |
---|
Methods in org.bukkit.metadata that return LazyMetadataValue.CacheStrategy | |
---|---|
static LazyMetadataValue.CacheStrategy |
LazyMetadataValue.CacheStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LazyMetadataValue.CacheStrategy[] |
LazyMetadataValue.CacheStrategy.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in org.bukkit.metadata with parameters of type LazyMetadataValue.CacheStrategy | |
---|---|
LazyMetadataValue(Plugin owningPlugin,
LazyMetadataValue.CacheStrategy cacheStrategy,
Callable<Object> lazyValue)
Initializes a LazyMetadataValue object with a specific cache strategy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |