| Package | Description |
|---|---|
| com.sk89q.worldedit.util.formatting | |
| com.sk89q.worldedit.util.formatting.component |
| Modifier and Type | Class and Description |
|---|---|
class |
StyledFragment
A fragment of text that can be styled.
|
| Modifier and Type | Method and Description |
|---|---|
Fragment |
Fragment.append(boolean b) |
Fragment |
Fragment.append(char c) |
Fragment |
Fragment.append(CharSequence s) |
Fragment |
Fragment.append(double d) |
Fragment |
Fragment.append(float f) |
Fragment |
Fragment.append(int i) |
Fragment |
Fragment.append(long lng) |
Fragment |
Fragment.append(Object obj) |
Fragment |
Fragment.append(String str) |
Fragment |
Fragment.append(StringBuffer sb) |
protected Fragment |
StyledFragment.lastText() |
Fragment |
Fragment.newLine() |
| Modifier and Type | Method and Description |
|---|---|
List<Fragment> |
StyledFragment.getChildren() |
| 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.
|
Copyright © 2010-2014. All Rights Reserved.