| Package | Description |
|---|---|
| com.sk89q.worldedit.util.formatting | |
| com.sk89q.worldedit.util.formatting.component |
| Modifier and Type | Method and Description |
|---|---|
StyledFragment |
StyledFragment.append(boolean b) |
StyledFragment |
StyledFragment.append(char c) |
StyledFragment |
StyledFragment.append(CharSequence s) |
StyledFragment |
StyledFragment.append(double d) |
StyledFragment |
StyledFragment.append(float f) |
StyledFragment |
StyledFragment.append(int i) |
StyledFragment |
StyledFragment.append(long lng) |
StyledFragment |
StyledFragment.append(Object obj) |
StyledFragment |
StyledFragment.append(String str) |
StyledFragment |
StyledFragment.append(StringBuffer sb) |
StyledFragment |
StyledFragment.append(StyledFragment fragment) |
StyledFragment |
StyledFragment.createFragment(Style... styles) |
StyledFragment |
StyledFragment.newLine() |
| Modifier and Type | Method and Description |
|---|---|
StyledFragment |
StyledFragment.append(StyledFragment fragment) |
static String |
ColorCodeBuilder.asColorCodes(StyledFragment fragment)
Convert the given styled fragment into color codes.
|
String[] |
ColorCodeBuilder.build(StyledFragment message)
Convert a message into color-coded text.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Code
Represents a fragment representing a command that is to be typed.
|
class |
CommandListBox |
class |
CommandUsageBox
A box to describe usage of a command.
|
class |
Label
Represents a fragment representing a label.
|
class |
MessageBox
Makes for a box with a border above and below.
|
class |
Subtle
Represents a subtle part of the message.
|
| Modifier and Type | Method and Description |
|---|---|
StyledFragment |
MessageBox.getContents()
Get the internal contents.
|
Copyright © 2010-2014. All Rights Reserved.