Class BuiltinKubeJSClientPlugin
java.lang.Object
dev.latvian.mods.kubejs.plugin.builtin.BuiltinKubeJSClientPlugin
- All Implemented Interfaces:
KubeJSPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterScriptsLoaded(ScriptManager manager) voidgenerateLang(LangKubeEvent event) voidregisterBindings(BindingRegistry bindings) voidregisterEvents(EventGroupRegistry registry) CallEventGroupRegistry.register(EventGroup)for event groups your mod addsvoidregisterLocalWebServer(LocalWebServerRegistry registry) voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.latvian.mods.kubejs.plugin.KubeJSPlugin
afterInit, attachLevelData, attachPlayerData, attachServerData, beforeRecipeLoading, beforeScriptsLoaded, breakpoint, clearCaches, exportServerData, generateAssets, generateData, init, initStartup, localWebServerStarted, registerBlockEntityAttachments, registerBuilderTypes, registerClasses, registerCustomRecipeSchemaFunctions, registerDataComponentTypeDescriptions, registerIconTypes, registerIngredientActionTypes, registerItemNameProviders, registerRecipeComponents, registerRecipeFactories, registerRecipeMappings, registerRecipePostProcessors, registerRecipeSchemaFunctionTypes, registerRecipeSchemas, registerRecipeViewerEntryTypes, registerRecordDefaults, registerServerRegistries, registerTypeDescriptions, registerTypeWrappers
-
Constructor Details
-
BuiltinKubeJSClientPlugin
public BuiltinKubeJSClientPlugin()
-
-
Method Details
-
registerEvents
Description copied from interface:KubeJSPluginCallEventGroupRegistry.register(EventGroup)for event groups your mod adds- Specified by:
registerEventsin interfaceKubeJSPlugin
-
registerBindings
- Specified by:
registerBindingsin interfaceKubeJSPlugin
-
registerLocalWebServerAPIs
- Specified by:
registerLocalWebServerAPIsin interfaceKubeJSPlugin
-
registerLocalWebServer
- Specified by:
registerLocalWebServerin interfaceKubeJSPlugin
-
registerLocalWebServerWithAuth
- Specified by:
registerLocalWebServerWithAuthin interfaceKubeJSPlugin
-
generateLang
- Specified by:
generateLangin interfaceKubeJSPlugin
-
afterScriptsLoaded
- Specified by:
afterScriptsLoadedin interfaceKubeJSPlugin
-