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 Summary
Modifier and TypeMethodDescriptionGet the persistent storage of this object.
-
Method Details
-
getPersistentStorage
PersistentStorage getPersistentStorage()Get the persistent storage of this object.- Returns:
- The persistent storage
-