Class TCGGiveCommand

java.lang.Object
com.pixelmonmod.tcg.commands.TCGGiveCommand

public class TCGGiveCommand extends Object
Created by Hy on 10/20/2016.
  • Field Details

    • GIVE_COMMANDS

      public static final HashSet<String> GIVE_COMMANDS
  • Constructor Details

    • TCGGiveCommand

      public TCGGiveCommand()
  • Method Details

    • execute

      protected boolean execute(net.minecraft.commands.CommandSourceStack sender, String[] args) throws net.minecraft.commands.CommandRuntimeException
      Throws:
      net.minecraft.commands.CommandRuntimeException
    • sendSuccess

      public void sendSuccess(net.minecraft.commands.CommandSourceStack receiver, net.minecraft.network.chat.Component component, boolean informAdmins)