Package net.minecraft.server.command
Class TeamMsgCommand
java.lang.Object
net.minecraft.server.command.TeamMsgCommand
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/TeamMsgCommand- intermediary - net/minecraft/class_3945- official - apa
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final Style
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static voidexecute(ServerCommandSource source, Entity entity, Team team, List<ServerPlayerEntity> recipients, SignedMessage message) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Field Details- 
STYLE- Mappings:
- Namespace - Name - Mixin selector - named - STYLE- Lnet/minecraft/server/command/TeamMsgCommand;STYLE:Lnet/minecraft/text/Style;- intermediary - field_24380- Lnet/minecraft/class_3945;field_24380:Lnet/minecraft/class_2583;- official - a- Lapa;a:Lxm;
 
- 
NO_TEAM_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_TEAM_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - NO_TEAM_EXCEPTION- Lnet/minecraft/server/command/TeamMsgCommand;NO_TEAM_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_17440- Lnet/minecraft/class_3945;field_17440:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - b- Lapa;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 
- 
- 
Constructor Details- 
TeamMsgCommandpublic TeamMsgCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - named - register- Lnet/minecraft/server/command/TeamMsgCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_17600- Lnet/minecraft/class_3945;method_17600(Lcom/mojang/brigadier/CommandDispatcher;)V- official - a- Lapa;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
executeprivate static void execute(ServerCommandSource source, Entity entity, Team team, List<ServerPlayerEntity> recipients, SignedMessage message) - Mappings:
- Namespace - Name - Mixin selector - 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- 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- official - a- Lapa;a(Lex;Lbum;Lfcb;Ljava/util/List;Lxf;)V
 
 
-