Package net.minecraft.server.command
Class ListCommand
java.lang.Object
net.minecraft.server.command.ListCommand
public class ListCommand extends Object
-
Constructor Summary
Constructors Constructor Description ListCommand() -
Method Summary
Modifier and Type Method Description private static intexecute(ServerCommandSource source, Function<ServerPlayerEntity,Text> nameProvider)private static intexecuteNames(ServerCommandSource source)private static intexecuteUuids(ServerCommandSource source)static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
ListCommand
public ListCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) -
executeNames
-
executeUuids
-
execute
private static int execute(ServerCommandSource source, Function<ServerPlayerEntity,Text> nameProvider)
-