Class GroupMemberPagination
java.lang.Object
de.z0rdak.yawp.util.text.messages.pagination.BasePaginationMessage<String>
de.z0rdak.yawp.util.text.messages.pagination.GroupMemberPagination
- All Implemented Interfaces:
MultiLineMessage<List<String>>,PaginationMessage<String>
-
Field Summary
Fields inherited from class de.z0rdak.yawp.util.text.messages.pagination.BasePaginationMessage
control, FIRST_PAGE_IDX, pageContent, paginationLines -
Constructor Summary
ConstructorsConstructorDescriptionGroupMemberPagination(IProtectedRegion region, String groupName, GroupType groupType, List<String> entries, int pageNumber, int pageSize) -
Method Summary
Methods inherited from class de.z0rdak.yawp.util.text.messages.pagination.BasePaginationMessage
getContent, getLines, padEmptyEntriesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.z0rdak.yawp.util.text.messages.multiline.MultiLineMessage
to
-
Constructor Details
-
GroupMemberPagination
public GroupMemberPagination(IProtectedRegion region, String groupName, GroupType groupType, List<String> entries, int pageNumber, int pageSize) throws InvalidPageNumberException - Throws:
InvalidPageNumberException
-
-
Method Details
-
buildEntries
- Specified by:
buildEntriesin classBasePaginationMessage<String>
-
noContentMsg
public net.minecraft.network.chat.Component noContentMsg()- Specified by:
noContentMsgin classBasePaginationMessage<String>
-
header
public net.minecraft.network.chat.Component header()- Specified by:
headerin classBasePaginationMessage<String>
-
emptyEntry
public net.minecraft.network.chat.Component emptyEntry()- Specified by:
emptyEntryin classBasePaginationMessage<String>
-