class CommandTps
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.text.DecimalFormat |
TIME_FORMATTER |
private static long[] |
UNLOADED |
Constructor and Description |
---|
CommandTps() |
Modifier and Type | Method and Description |
---|---|
private static long |
mean(long[] values) |
(package private) static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> |
register() |
private static int |
sendTime(CommandSource cs,
DimensionType dim) |
private static final java.text.DecimalFormat TIME_FORMATTER
private static final long[] UNLOADED
static com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> register()
private static int sendTime(CommandSource cs, DimensionType dim) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException
private static long mean(long[] values)