Class ConfigCommandImpl

java.lang.Object
top.offsetmonkey538.monkeylib538.common.impl.command.ConfigCommandImpl
All Implemented Interfaces:
ConfigCommandApi

public final class ConfigCommandImpl extends Object implements ConfigCommandApi
  • 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:
      registerConfigCommandImpl in interface ConfigCommandApi
    • 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:
      createConfigCommandImpl in interface ConfigCommandApi