Interface Storable


public interface Storable
An interface that makes your class able to store under a ListDataManager or a MapDataManager
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a unique id for this instance.
  • Method Details

    • getUniqueId

      UUID getUniqueId()
      Returns a unique id for this instance.
      Returns:
      id of this instance.