Package net.minecraft.command.impl
Class TitleCommand
java.lang.Object
net.minecraft.command.impl.TitleCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
clearTitle
(CommandSource p_198840_0_, Collection<ServerPlayerEntity> p_198840_1_) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198839_0_) private static int
resetTitle
(CommandSource p_198844_0_, Collection<ServerPlayerEntity> p_198844_1_) private static int
setTimes
(CommandSource p_198845_0_, Collection<ServerPlayerEntity> p_198845_1_, int p_198845_2_, int p_198845_3_, int p_198845_4_) private static int
showTitle
(CommandSource p_198846_0_, Collection<ServerPlayerEntity> p_198846_1_, ITextComponent p_198846_2_, STitlePacket.Type p_198846_3_)
-
Constructor Details
-
TitleCommand
public TitleCommand()
-
-
Method Details
-
register
-
clearTitle
private static int clearTitle(CommandSource p_198840_0_, Collection<ServerPlayerEntity> p_198840_1_) -
resetTitle
private static int resetTitle(CommandSource p_198844_0_, Collection<ServerPlayerEntity> p_198844_1_) -
showTitle
private static int showTitle(CommandSource p_198846_0_, Collection<ServerPlayerEntity> p_198846_1_, ITextComponent p_198846_2_, STitlePacket.Type p_198846_3_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
setTimes
private static int setTimes(CommandSource p_198845_0_, Collection<ServerPlayerEntity> p_198845_1_, int p_198845_2_, int p_198845_3_, int p_198845_4_)
-