| Modifier and Type | Method and Description |
|---|---|
BookUtil.PageBuilder |
BookUtil.PageBuilder.add(net.md_5.bungee.api.chat.BaseComponent... components)
Adds one or more components to the page
|
BookUtil.PageBuilder |
BookUtil.PageBuilder.add(net.md_5.bungee.api.chat.BaseComponent component)
Adds a component to the page
|
BookUtil.PageBuilder |
BookUtil.PageBuilder.add(Collection<net.md_5.bungee.api.chat.BaseComponent> components)
Adds one or more components to the page
|
BookUtil.PageBuilder |
BookUtil.PageBuilder.add(String text)
Adds a simple black-colored text to the page
|
BookUtil.PageBuilder |
BookUtil.PageBuilder.newLine()
Adds a newline to the page (equivalent of adding \n to the previous component)
|
static BookUtil.PageBuilder |
BookUtil.PageBuilder.of(net.md_5.bungee.api.chat.BaseComponent... text)
Creates a new PageBuilder instance wih the parameter as the initial components
|
static BookUtil.PageBuilder |
BookUtil.PageBuilder.of(net.md_5.bungee.api.chat.BaseComponent text)
Creates a new PageBuilder instance wih the parameter as the initial component
|
static BookUtil.PageBuilder |
BookUtil.PageBuilder.of(String text)
Creates a new PageBuilder instance wih the parameter as the initial text
|
Copyright © 2017. All rights reserved.