Bound Entry
Represents a binding between a key, its associated type, and a PersistentDataContainer.
This class provides functionality to access a value stored in a PersistentDataContainer using a specific key and PersistentDataType.
The bound entry is immutable and can only be used to retrieve values from the container.
Author
Fantamomo
Since
3.2-SNAPSHOT
Parameters
P
The primitive data type.
C
The complex data type.