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 CratePluginCrateAPI. getInstance()Methods in com.hazebyte.crate.api with parameters of type CratePlugin Modifier and Type Method Description static voidCrateAPI. 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 CratePluginPluginReadyEvent. getPlugin()Constructors in com.hazebyte.crate.api.event with parameters of type CratePlugin Constructor Description PluginReadyEvent(CratePlugin plugin)
-