Class GenerateIconsCommand

java.lang.Object
de.luckymcdev.foundryengine.client.command.builtin.GenerateIconsCommand
All Implemented Interfaces:
EngineCommand

public class GenerateIconsCommand extends Object implements EngineCommand
  • Constructor Details

    • GenerateIconsCommand

      public GenerateIconsCommand()
  • Method Details

    • build

      public com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> build(net.minecraft.commands.CommandBuildContext context)
      Description copied from interface: EngineCommand
      Define the command structure here.
      Specified by:
      build in interface EngineCommand