V
- The type of BaseValue
public interface Key<V extends BaseValue<?>>
BaseValue
such that the underlying
value can be retrieved from a ValueContainer
. As well, a Key
can be used for DataSerializable
s with the included
getQuery()
to retrieve the recommended DataQuery
to use.Modifier and Type | Method and Description |
---|---|
DataQuery |
getQuery()
Gets the
DataQuery for recommended use with
DataContainer s. |
Class<V> |
getValueClass()
|