Package net.minecraft.server.command
Class TeamMsgCommand
java.lang.Object
net.minecraft.server.command.TeamMsgCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/TeamMsgCommandintermediary net/minecraft/class_3945official apa
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final Style - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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 STYLELnet/minecraft/server/command/TeamMsgCommand;STYLE:Lnet/minecraft/text/Style;intermediary field_24380Lnet/minecraft/class_3945;field_24380:Lnet/minecraft/class_2583;official aLapa;a:Lxm;
 - 
NO_TEAM_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_TEAM_EXCEPTION- Mappings:
 Namespace Name Mixin selector named NO_TEAM_EXCEPTIONLnet/minecraft/server/command/TeamMsgCommand;NO_TEAM_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_17440Lnet/minecraft/class_3945;field_17440:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official bLapa;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 - 
 - 
Constructor Details
- 
TeamMsgCommand
public TeamMsgCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/TeamMsgCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_17600Lnet/minecraft/class_3945;method_17600(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLapa;a(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 named executeLnet/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;)Vintermediary method_17599Lnet/minecraft/class_3945;method_17599(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_268;Ljava/util/List;Lnet/minecraft/class_7471;)Vofficial aLapa;a(Lex;Lbum;Lfcb;Ljava/util/List;Lxf;)V
 
 -