Package | Description |
---|---|
de.epiceric.shopchest.config |
Modifier and Type | Method and Description |
---|---|
static HologramFormat.Requirement |
HologramFormat.Requirement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HologramFormat.Requirement[] |
HologramFormat.Requirement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HologramFormat.evalRequirement(String condition,
Map<HologramFormat.Requirement,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
|
Copyright © 2017. All rights reserved.