public class TitleCommand
extends java.lang.Object
Constructor and Description |
---|
TitleCommand() |
Modifier and Type | Method and Description |
---|---|
private static int |
clear(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets) |
static void |
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
private static int |
reset(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets) |
private static int |
setTimes(CommandSource source,
java.util.Collection<ServerPlayerEntity> target,
int fadeIn,
int stay,
int fadeOut) |
private static int |
show(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
ITextComponent message,
STitlePacket.Type type) |
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int clear(CommandSource source, java.util.Collection<ServerPlayerEntity> targets)
private static int reset(CommandSource source, java.util.Collection<ServerPlayerEntity> targets)
private static int show(CommandSource source, java.util.Collection<ServerPlayerEntity> targets, ITextComponent message, STitlePacket.Type type) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException
private static int setTimes(CommandSource source, java.util.Collection<ServerPlayerEntity> target, int fadeIn, int stay, int fadeOut)