net.minecraft.server.command

public class TitleCommand

net.minecraft.server.commands.TitleCommand
net.minecraft.class_3151
net.minecraft.server.command.TitleCommand

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, CommandBuildContext context)
method_13804(com.mojang.brigadier.CommandDispatcher<class_2168> arg0, class_7157 arg1)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)
private static int
clearTitle(CommandSourceStack source, Collection<ServerPlayer> targets)
method_13805(class_2168 arg0, Collection<class_3222> arg1)
executeClear(ServerCommandSource source, Collection<ServerPlayerEntity> targets)
private static int
resetTitle(CommandSourceStack source, Collection<ServerPlayer> targets)
method_13799(class_2168 arg0, Collection<class_3222> arg1)
executeReset(ServerCommandSource source, Collection<ServerPlayerEntity> targets)
private static int
showTitle(CommandSourceStack source, Collection<ServerPlayer> targets, Component title, String type, Function<Component, Packet<?>> factory)
method_13802(class_2168 arg0, Collection<class_3222> arg1, class_2561 arg2, String arg3, Function<class_2561, class_2596<?>> arg4)
executeTitle(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text title, String titleType, Function<Text, Packet<?>> constructor)
private static int
setTimes(CommandSourceStack source, Collection<ServerPlayer> targets, int fadeIn, int stay, int fadeOut)
method_13806(class_2168 arg0, Collection<class_3222> arg1, int arg2, int arg3, int arg4)
executeTimes(ServerCommandSource source, Collection<ServerPlayerEntity> targets, int fadeIn, int stay, int fadeOut)
private static Text
lambda$setTimes$1(Collection arg0)
method_52127(Collection arg0)
method_52127(Collection arg0)
private static Text
lambda$setTimes$0(Collection arg0)
method_52129(Collection arg0)
method_52129(Collection arg0)
private static Text
lambda$showTitle$1(String arg0, Collection arg1)
method_52126(String arg0, Collection arg1)
method_52126(String arg0, Collection arg1)
private static Text
lambda$showTitle$0(String arg0, Collection arg1)
method_52128(String arg0, Collection arg1)
method_52128(String arg0, Collection arg1)
private static Text
lambda$resetTitle$1(Collection arg0)
method_52130(Collection arg0)
method_52130(Collection arg0)
private static Text
lambda$resetTitle$0(Collection arg0)
method_52131(Collection arg0)
method_52131(Collection arg0)
private static Text
lambda$clearTitle$1(Collection arg0)
method_52132(Collection arg0)
method_52132(Collection arg0)
private static Text
lambda$clearTitle$0(Collection arg0)
method_52133(Collection arg0)
method_52133(Collection arg0)
private static int
lambda$register$5(com.mojang.brigadier.context.CommandContext arg0)
method_13809(com.mojang.brigadier.context.CommandContext arg0)
method_13809(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$4(com.mojang.brigadier.context.CommandContext arg0)
method_13800(com.mojang.brigadier.context.CommandContext arg0)
method_13800(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$3(com.mojang.brigadier.context.CommandContext arg0)
method_13808(com.mojang.brigadier.context.CommandContext arg0)
method_13808(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$2(com.mojang.brigadier.context.CommandContext arg0)
method_13801(com.mojang.brigadier.context.CommandContext arg0)
method_13801(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$1(com.mojang.brigadier.context.CommandContext arg0)
method_13807(com.mojang.brigadier.context.CommandContext arg0)
method_13807(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$0(com.mojang.brigadier.context.CommandContext arg0)
method_13803(com.mojang.brigadier.context.CommandContext arg0)
method_13803(com.mojang.brigadier.context.CommandContext context)