Package net.minecraft.server.command
Class TeamMsgCommand
java.lang.Object
net.minecraft.server.command.TeamMsgCommand
- Mappings:
- Namespace - Name - official - agm- intermediary - net/minecraft/class_3945- named - net/minecraft/server/command/TeamMsgCommand
- 
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 - official - a- Lagm;a:Lts;- 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_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_TEAM_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - official - b- Lagm;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- 
TeamMsgCommandpublic TeamMsgCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagm;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
 
- 
executeprivate static void execute(ServerCommandSource source, Entity entity, Team team, List<ServerPlayerEntity> recipients, SignedMessage message) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lagm;a(Lds;Lbfj;Lefe;Ljava/util/List;Ltl;)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
 
 
-