Package de.marcely.bedwars.tools
Interface PersistentStorage.Holder
- All Known Subinterfaces:
- Arena,- CustomBlock,- HologramEntity,- JoinArenaSignBlock,- RankingSignBlock,- RankingSkullBlock,- SpecialBlock
- Enclosing interface:
- PersistentStorage
public static interface PersistentStorage.Holder
Classes implementing this, add the possibility of attaching custom and persistent data to it
- 
Method SummaryModifier and TypeMethodDescriptionGet the persistent storage of this object.
- 
Method Details- 
getPersistentStoragePersistentStorage getPersistentStorage()Get the persistent storage of this object.- Returns:
- The persistent storage
 
 
-