Class TeamMsgCommand

java.lang.Object
net.minecraft.server.command.TeamMsgCommand

public class TeamMsgCommand extends Object
Mappings:
Namespace Name
official aab
intermediary net/minecraft/class_3945
named net/minecraft/server/command/TeamMsgCommand
  • Field Details

    • STYLE

      private static final Style STYLE
      Mappings:
      Namespace Name Mixin selector
      official a Laab;a:Lpc;
      intermediary field_24380 Lnet/minecraft/class_3945;field_24380:Lnet/minecraft/class_2583;
      named STYLE Lnet/minecraft/server/command/TeamMsgCommand;STYLE:Lnet/minecraft/text/Style;
    • NO_TEAM_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_TEAM_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official b Laab;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_17440 Lnet/minecraft/class_3945;field_17440:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named NO_TEAM_EXCEPTION Lnet/minecraft/server/command/TeamMsgCommand;NO_TEAM_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
  • Constructor Details

    • TeamMsgCommand

      public TeamMsgCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Laab;a(Lcom/mojang/brigadier/CommandDispatcher;)V
      intermediary method_17600 Lnet/minecraft/class_3945;method_17600(Lcom/mojang/brigadier/CommandDispatcher;)V
      named register Lnet/minecraft/server/command/TeamMsgCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
    • execute

      private static int execute(ServerCommandSource source, Text message) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Laab;a(Ldl;Los;)I
      intermediary method_17599 Lnet/minecraft/class_3945;method_17599(Lnet/minecraft/class_2168;Lnet/minecraft/class_2561;)I
      named execute Lnet/minecraft/server/command/TeamMsgCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/text/Text;)I