Uses of Interface
com.hazebyte.crate.api.CratePlugin
-
Packages that use CratePlugin Package Description com.hazebyte.crate.api General classes in the APIcom.hazebyte.crate.api.event Classes dedicated to handling code triggers. -
-
Uses of CratePlugin in com.hazebyte.crate.api
Methods in com.hazebyte.crate.api that return CratePlugin Modifier and Type Method Description static CratePlugin
CrateAPI. getInstance()
Methods in com.hazebyte.crate.api with parameters of type CratePlugin Modifier and Type Method Description static void
CrateAPI. setImplementation(CratePlugin plugin)
-
Uses of CratePlugin in com.hazebyte.crate.api.event
Methods in com.hazebyte.crate.api.event that return CratePlugin Modifier and Type Method Description CratePlugin
PluginReadyEvent. getPlugin()
Constructors in com.hazebyte.crate.api.event with parameters of type CratePlugin Constructor Description PluginReadyEvent(CratePlugin plugin)
-