Package net.minecraft.command.impl
Class TeamMsgCommand
- java.lang.Object
-
- net.minecraft.command.impl.TeamMsgCommand
-
public class TeamMsgCommand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_NOT_ON_TEAM
private static Style
SUGGEST_STYLE
-
Constructor Summary
Constructors Constructor Description TeamMsgCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_218915_0_)
private static int
sendMessage(CommandSource p_218917_0_, ITextComponent p_218917_1_)
-
-
-
Field Detail
-
SUGGEST_STYLE
private static final Style SUGGEST_STYLE
-
ERROR_NOT_ON_TEAM
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_ON_TEAM
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_218915_0_)
-
sendMessage
private static int sendMessage(CommandSource p_218917_0_, ITextComponent p_218917_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
-