Package | Description |
---|---|
org.bukkit.metadata |
Classes dedicated to providing a layer of plugin specified data on various
Minecraft concepts.
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Constructor and Description |
---|
LazyMetadataValue(@NotNull Plugin owningPlugin,
@NotNull LazyMetadataValue.CacheStrategy cacheStrategy,
@NotNull Callable<Object> lazyValue)
Initializes a LazyMetadataValue object with a specific cache strategy.
|
Copyright © 2021. All rights reserved.