Interface ListPersistentDataType<P,C>

Type Parameters:
P - the primitive type of the list element.
C - the complex type of the list elements.
All Superinterfaces:
PersistentDataType<List<P>,List<C>>

public interface ListPersistentDataType<P,C> extends PersistentDataType<List<P>,List<C>>
The list persistent data represents a data type that is capable of storing a list of other data types in a PersistentDataContainer.
  • Method Details

    • elementType

      @NotNull PersistentDataType<P,C> elementType()
      Provides the persistent data type of the elements found in the list.
      Returns:
      the persistent data type.