Class ReloadMoveAnimations

java.lang.Object
com.pixelmonmod.pixelmon.command.PixelCommand
com.pixelmonmod.pixelmon.command.impl.ReloadMoveAnimations

public class ReloadMoveAnimations extends PixelCommand
  • Constructor Details

    • ReloadMoveAnimations

      public ReloadMoveAnimations(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)
  • Method Details

    • execute

      public void execute(net.minecraft.commands.CommandSourceStack sender, String[] args) throws net.minecraft.commands.CommandRuntimeException
      Overrides:
      execute in class PixelCommand
      Throws:
      net.minecraft.commands.CommandRuntimeException
    • getName

      public String getName()
      Overrides:
      getName in class PixelCommand
    • getUsage

      public String getUsage(net.minecraft.commands.CommandSourceStack sender)
      Overrides:
      getUsage in class PixelCommand
    • getAliases

      public List<String> getAliases()
      Overrides:
      getAliases in class PixelCommand