Package net.minecraft.server.commands
Class TitleCommand
java.lang.Object
net.minecraft.server.commands.TitleCommand
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intclearTitle(CommandSourceStack p_139109_, Collection<ServerPlayer> p_139110_) static voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139103_) private static intresetTitle(CommandSourceStack p_139125_, Collection<ServerPlayer> p_139126_) private static intsetTimes(CommandSourceStack p_139112_, Collection<ServerPlayer> p_139113_, int p_139114_, int p_139115_, int p_139116_) private static intshowTitle(CommandSourceStack p_142781_, Collection<ServerPlayer> p_142782_, Component p_142783_, String p_142784_, Function<Component, Packet<?>> p_142785_) 
- 
Constructor Details- 
TitleCommandpublic TitleCommand()
 
- 
- 
Method Details- 
register
- 
clearTitle
- 
resetTitle
- 
showTitleprivate static int showTitle(CommandSourceStack p_142781_, Collection<ServerPlayer> p_142782_, Component p_142783_, String p_142784_, Function<Component, Packet<?>> p_142785_) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
setTimesprivate static int setTimes(CommandSourceStack p_139112_, Collection<ServerPlayer> p_139113_, int p_139114_, int p_139115_, int p_139116_) 
 
-