public class BlockDistributionResult extends PaginationBox
Constructor and Description |
---|
BlockDistributionResult(java.util.List<Countable<BlockState>> distribution,
boolean separateStates) |
Modifier and Type | Method and Description |
---|---|
com.sk89q.worldedit.util.formatting.text.Component |
create(int page) |
com.sk89q.worldedit.util.formatting.text.Component |
getComponent(int number) |
int |
getComponentsSize() |
create, formatForConsole, fromStrings, getCurrentPage, setComponentsPerPage
centerAndBorder, getContents
append, append, getBuilder, newline, reset
public BlockDistributionResult(java.util.List<Countable<BlockState>> distribution, boolean separateStates)
public com.sk89q.worldedit.util.formatting.text.Component getComponent(int number)
getComponent
in class PaginationBox
public int getComponentsSize()
getComponentsSize
in class PaginationBox
public com.sk89q.worldedit.util.formatting.text.Component create(int page) throws InvalidComponentException
create
in class PaginationBox
InvalidComponentException