org.bukkit.util
Class ChatPaginator.ChatPage

java.lang.Object
  extended by org.bukkit.util.ChatPaginator.ChatPage
Enclosing class:
ChatPaginator

public static class ChatPaginator.ChatPage
extends Object


Constructor Summary
ChatPaginator.ChatPage(String[] lines, int pageNumber, int totalPages)
           
 
Method Summary
 String[] getLines()
           
 int getPageNumber()
           
 int getTotalPages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatPaginator.ChatPage

public ChatPaginator.ChatPage(String[] lines,
                              int pageNumber,
                              int totalPages)
Method Detail

getPageNumber

public int getPageNumber()

getTotalPages

public int getTotalPages()

getLines

public String[] getLines()


Copyright © 2013. All Rights Reserved.