Uses of Interface
org.sgrewritten.stargate.api.database.StorageAPI
Packages that use StorageAPI
Package
Description
-
Uses of StorageAPI in org.sgrewritten.stargate
Methods in org.sgrewritten.stargate that return StorageAPIModifier and TypeMethodDescriptionStargate.getStorageAPI()
static StorageAPI
Stargate.getStorageAPIStatic()
Static access of the database interface, will throw null pointer exception if stargate has not been initialized -
Uses of StorageAPI in org.sgrewritten.stargate.api
Methods in org.sgrewritten.stargate.api that return StorageAPIModifier and TypeMethodDescriptionStargateAPI.getStorageAPI()
Gets the storage API used to store and load StargatesConstructors in org.sgrewritten.stargate.api with parameters of type StorageAPI -
Uses of StorageAPI in org.sgrewritten.stargate.database
Classes in org.sgrewritten.stargate.database that implement StorageAPIModifier and TypeClassDescriptionclass
A generic SQL database used for loading and saving portal data -
Uses of StorageAPI in org.sgrewritten.stargate.listener
Constructors in org.sgrewritten.stargate.listener with parameters of type StorageAPIModifierConstructorDescriptionPlayerEventListener
(@NotNull LanguageManager languageManager, @NotNull RegistryAPI registry, @NotNull BungeeManager bungeeManager, @NotNull BlockLoggingManager loggingCompatibility, StorageAPI storageAPI) -
Uses of StorageAPI in org.sgrewritten.stargate.network
Constructors in org.sgrewritten.stargate.network with parameters of type StorageAPIModifierConstructorDescriptionStargateNetworkManager
(RegistryAPI registryAPI, StorageAPI storageAPI) StargateRegistry
(StorageAPI storageAPI, BlockHandlerResolver blockHandlerResolver) Instantiates a new Stargate registry