Package | Description |
---|---|
de.epiceric.shopchest.config | |
de.epiceric.shopchest.language |
Modifier and Type | Method and Description |
---|---|
static Placeholder |
Placeholder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Placeholder[] |
Placeholder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
HologramFormat.evalPlaceholder(String string,
Map<Placeholder,Object> values)
Parse and evaluate a condition
|
String |
HologramFormat.getFormat(int line,
Map<HologramFormat.Requirement,Object> reqMap,
Map<Placeholder,Object> plaMap)
Get the format for the given line of the hologram
|
Modifier and Type | Method and Description |
---|---|
Placeholder |
LocalizedMessage.ReplacedPlaceholder.getPlaceholder() |
Constructor and Description |
---|
ReplacedPlaceholder(Placeholder placeholder,
String replace) |
Copyright © 2017. All rights reserved.