Package net.minecraft.server.command
Class TeamMsgCommand
java.lang.Object
net.minecraft.server.command.TeamMsgCommand
- Mappings:
Namespace Name official alh
intermediary net/minecraft/class_3945
named net/minecraft/server/command/TeamMsgCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final Style
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
execute
(ServerCommandSource source, Entity entity, Team team, List<ServerPlayerEntity> recipients, SignedMessage message) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
STYLE
- Mappings:
Namespace Name Mixin selector official a
Lalh;a:Lwc;
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
Lalh;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
- Mappings:
Namespace Name Mixin selector official a
Lalh;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 void execute(ServerCommandSource source, Entity entity, Team team, List<ServerPlayerEntity> recipients, SignedMessage message) - Mappings:
Namespace Name Mixin selector official a
Lalh;a(Lds;Lblv;Lems;Ljava/util/List;Lvv;)V
intermediary method_17599
Lnet/minecraft/class_3945;method_17599(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_268;Ljava/util/List;Lnet/minecraft/class_7471;)V
named execute
Lnet/minecraft/server/command/TeamMsgCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;Lnet/minecraft/scoreboard/Team;Ljava/util/List;Lnet/minecraft/network/message/SignedMessage;)V
-