Package net.minecraft.server.command
Class TeamMsgCommand
java.lang.Object
net.minecraft.server.command.TeamMsgCommand
public class TeamMsgCommand extends Object
- Mappings:
Namespace Name official zf
intermediary net/minecraft/class_3945
named net/minecraft/server/command/TeamMsgCommand
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
NO_TEAM_EXCEPTION
private static Style
STYLE
-
Constructor Summary
Constructors Constructor Description TeamMsgCommand()
-
Method Summary
Modifier and Type Method Description private static int
execute(ServerCommandSource source, Text message)
static void
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
STYLE
- Mappings:
Namespace Name Mixin selector official a
Lzf;a:Los;
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
Lzf;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
Lzf;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
Lzf;a(Ldb;Loi;)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
-