Class ConfigCommandImpl
java.lang.Object
top.offsetmonkey538.monkeylib538.common.impl.command.ConfigCommandImpl
- All Implemented Interfaces:
ConfigCommandApi
-
Field Summary
Fields inherited from interface top.offsetmonkey538.monkeylib538.common.api.command.ConfigCommandApi
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.brigadier.builder.LiteralArgumentBuilder<?>createConfigCommandImpl(String commandName, top.offsetmonkey538.offsetconfig538.api.config.ConfigHolder<?> configHolder, @Nullable Runnable configReloadCallback, @Nullable Runnable configValueSetCallback) voidregisterConfigCommandImpl(top.offsetmonkey538.offsetconfig538.api.config.ConfigHolder<?> configHolder, @Nullable Runnable configReloadCallback, @Nullable Runnable configValueSetCallback, String... commandTree)
-
Constructor Details
-
ConfigCommandImpl
public ConfigCommandImpl()
-
-
Method Details
-
registerConfigCommandImpl
public void registerConfigCommandImpl(top.offsetmonkey538.offsetconfig538.api.config.ConfigHolder<?> configHolder, @Nullable Runnable configReloadCallback, @Nullable Runnable configValueSetCallback, String... commandTree) - Specified by:
registerConfigCommandImplin interfaceConfigCommandApi
-
createConfigCommandImpl
public com.mojang.brigadier.builder.LiteralArgumentBuilder<?> createConfigCommandImpl(String commandName, top.offsetmonkey538.offsetconfig538.api.config.ConfigHolder<?> configHolder, @Nullable Runnable configReloadCallback, @Nullable Runnable configValueSetCallback) - Specified by:
createConfigCommandImplin interfaceConfigCommandApi
-