Class ScoreboardCommand

java.lang.Object
net.minecraft.command.impl.ScoreboardCommand

public class ScoreboardCommand extends Object
  • Field Details

    • ERROR_OBJECTIVE_ALREADY_EXISTS

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_OBJECTIVE_ALREADY_EXISTS
    • ERROR_DISPLAY_SLOT_ALREADY_EMPTY

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_DISPLAY_SLOT_ALREADY_EMPTY
    • ERROR_DISPLAY_SLOT_ALREADY_SET

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_DISPLAY_SLOT_ALREADY_SET
    • ERROR_TRIGGER_ALREADY_ENABLED

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_TRIGGER_ALREADY_ENABLED
    • ERROR_NOT_TRIGGER

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_TRIGGER
    • ERROR_NO_VALUE

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType ERROR_NO_VALUE
  • Constructor Details

    • ScoreboardCommand

      public ScoreboardCommand()
  • Method Details