Interface HelpCommandFactory


public interface HelpCommandFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String modid, com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> helpCommandBase)
     
  • Method Details

    • create

      HelpCommand create(String modid, com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> helpCommandBase)