| Package | Description |
|---|---|
| me.leoko.advancedgui.utils.components | |
| me.leoko.advancedgui.utils.deserializer |
| Modifier and Type | Field and Description |
|---|---|
protected TextComponent.Alignment |
TextComponent.alignment |
protected TextComponent.Alignment |
TextComponent.alignment |
| Modifier and Type | Method and Description |
|---|---|
static TextComponent.Alignment |
TextComponent.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextComponent.Alignment |
TextComponent.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextComponent.Alignment[] |
TextComponent.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static TextComponent.Alignment[] |
TextComponent.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PlaceholderTextComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
Font font,
String text,
Color color,
TextComponent.Alignment alignment)
Instantiates a new PlaceholderText component.
|
PlaceholderTextComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
Font font,
String text,
Color color,
TextComponent.Alignment alignment)
Instantiates a new PlaceholderText component.
|
TextComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
Font font,
String text,
Color color,
@NotNull TextComponent.Alignment alignment)
Instantiates a new TextComponent.
|
TextComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
int x,
int y,
Font font,
String text,
Color color,
@NotNull TextComponent.Alignment alignment)
Instantiates a new TextComponent.
|
| Modifier and Type | Method and Description |
|---|---|
TextComponent.Alignment |
TextAlignmentDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
TextComponent.Alignment |
TextAlignmentDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Copyright © 2021. All rights reserved.