Uses of Interface
dev.majek.hexnicks.storage.StorageMethod
Packages that use StorageMethod
Package
Description
Main HexNicks class.
Nickname storage (Json or SQL).
- 
Uses of StorageMethod in dev.majek.hexnicks
Methods in dev.majek.hexnicks that return StorageMethodModifier and TypeMethodDescriptionstatic StorageMethodHexNicks.storage()Get the storage method the plugin is using for nickname storage. - 
Uses of StorageMethod in dev.majek.hexnicks.storage
Classes in dev.majek.hexnicks.storage that implement StorageMethodModifier and TypeClassDescriptionclassHandles Json storage for nicknames.classHandles Sql storage for nicknames.