net.minecraft.server.command

public class TitleCommand

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

Field summary

Modifier and TypeField
private static final ElementAggregator$Reporter<ServerPlayerEntity>
RESPONSE_CLEAR_TITLE
RESPONSE_CLEAR_TITLE
field_1_7380
CLEARED_REPORTER
private static final ElementAggregator$Reporter<ServerPlayerEntity>
RESPONSE_RESET_TITLE
RESPONSE_RESET_TITLE
field_1_7381
RESET_REPORTER
private static final ElementAggregator$Reporter<ServerPlayerEntity>
RESPONSE_SHOW_TITLE
RESPONSE_SHOW_TITLE
field_1_7385
SHOW_TITLE_REPORTER
private static final ElementAggregator$Reporter<ServerPlayerEntity>
RESPONSE_SHOW_ACTIONBAR
RESPONSE_SHOW_ACTIONBAR
field_1_7383
SHOW_ACTIONBAR_REPORTER
private static final ElementAggregator$Reporter<ServerPlayerEntity>
RESPONSE_SHOW_SUBTITLE
RESPONSE_SHOW_SUBTITLE
field_1_7384
SHOW_SUBTITLE_REPORTER
private static final ElementAggregator$Reporter<ServerPlayerEntity>
RESPONSE_SET_TIMES
RESPONSE_SET_TIMES
field_1_7382
TIMES_REPORTER

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, CommandBuildContext context)
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
sendPacketToPlayers(CommandSourceStack source, Collection<ServerPlayer> targets, Packet<?> packet, CommandResponseTracker$Messages<ServerPlayer> messages)
sendPacketToPlayers(CommandSourceStack source, Collection<ServerPlayer> targets, Packet<?> packet, CommandResponseTracker$Messages<ServerPlayer> messages)
method_1_6601(class_2168 arg0, Collection<class_3222> arg1, class_2596<?> arg2, class_1_1083$class_1_1091<class_3222> arg3)
sendPacket(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Packet<?> packet, ElementAggregator$Reporter<ServerPlayerEntity> reporter)
private static int
clearTitle(CommandSourceStack source, Collection<ServerPlayer> targets)
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)
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, CommandResponseTracker$Messages<ServerPlayer> messages, Function<Component, Packet<?>> factory)
showTitle(CommandSourceStack source, Collection<ServerPlayer> targets, Component title, CommandResponseTracker$Messages<ServerPlayer> messages, Function<Component, Packet<?>> factory)
method_13802(class_2168 arg0, Collection<class_3222> arg1, class_2561 arg2, class_1_1083$class_1_1091<class_3222> arg3, Function<class_2561, class_2596<?>> arg4)
executeTitle(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text title, ElementAggregator$Reporter<ServerPlayerEntity> reporter, Function<Text, Packet<?>> constructor)
private static int
setTimes(CommandSourceStack source, Collection<ServerPlayer> targets, int fadeIn, int stay, int fadeOut)
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)