Interface TextPaginator


public interface TextPaginator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendPaginatedChat(net.minecraft.commands.CommandSourceStack targetCommandSource, String switchPageCommand, List<? extends net.minecraft.network.chat.Component> allItems, int pageIndex)
     
  • Method Details

    • sendPaginatedChat

      void sendPaginatedChat(net.minecraft.commands.CommandSourceStack targetCommandSource, String switchPageCommand, List<? extends net.minecraft.network.chat.Component> allItems, int pageIndex)