Class StatsProvider<L extends StatsLoader<?,?>>
java.lang.Object
xyz.srnyx.javautilities.parents.Stringable
xyz.srnyx.annoyingapi.parents.Registrable
xyz.srnyx.annoyingapi.stats.provider.StatsProvider<L>
- All Implemented Interfaces:
Annoyable
- Direct Known Subclasses:
BStatsProvider,FastStatsProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class xyz.srnyx.annoyingapi.parents.Registrable
Registrable.Ignore -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract L@Nullable Collection<AnnoyingLibrary> voidregister()Registers the classvoidUnregisters the classMethods inherited from class xyz.srnyx.annoyingapi.parents.Registrable
isRegistered, setRegisteredMethods inherited from class xyz.srnyx.javautilities.parents.Stringable
toString, toString, toString, toString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface xyz.srnyx.annoyingapi.parents.Annoyable
getAnnoyingPlugin
-
Field Details
-
loader
-
-
Constructor Details
-
StatsProvider
public StatsProvider()
-
-
Method Details
-
createLoader
-
getRequiredLibraries
-
register
public void register()Description copied from class:RegistrableRegisters the class- Overrides:
registerin classRegistrable
-
unregister
public void unregister()Description copied from class:RegistrableUnregisters the class- Overrides:
unregisterin classRegistrable
-