Modifier and Type | Field and Description |
---|---|
protected PlaceholderString |
CommandDrop.command |
Modifier and Type | Method and Description |
---|---|
PlaceholderString |
MythicConfig.getPlaceholderString(String field) |
PlaceholderString |
MythicLineConfig.getPlaceholderString(String[] key,
String def,
String... args) |
PlaceholderString |
MythicConfig.getPlaceholderString(String field,
String def) |
PlaceholderString |
MythicLineConfig.getPlaceholderString(String key,
String def) |
Modifier and Type | Method and Description |
---|---|
List<PlaceholderString> |
MythicConfig.getPlaceholderStringList(String field) |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderString |
MythicMob.bossBarTitle |
protected PlaceholderString |
MythicMob.displayName |
Modifier and Type | Field and Description |
---|---|
protected List<PlaceholderString> |
MythicMob.killMessages |
Modifier and Type | Method and Description |
---|---|
PlaceholderString |
MythicMob.getBossBarTitle() |
PlaceholderString |
MythicMob.getDisplayName()
Gets the display name of the mob type
|
PlaceholderString |
MythicMob.getKillMessage() |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderString |
SkillCondition.actionVar |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderString |
Aura.barTimerDisplay |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderString |
DamageAmountCondition.amount |
protected PlaceholderString |
DamageCauseCondition.cause |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderString |
BarSetMechanic.barDisplay |
protected PlaceholderString |
BarCreateMechanic.barDisplay |
protected PlaceholderString |
SpeakMechanic.bubbleMessage |
protected PlaceholderString |
SpeakMechanic.chatMessage |
protected PlaceholderString |
CommandMechanic.command |
protected PlaceholderString |
DisguiseTargetMechanic.disguise |
protected PlaceholderString |
DisguiseMechanic.disguise |
protected PlaceholderString |
PotionMechanic.effect |
protected PlaceholderString |
ModifyScoreMechanic.entry |
protected PlaceholderString |
VariableMathMechanic.equation |
protected PlaceholderString |
SpeakMechanic.linePrefix |
protected PlaceholderString |
SendToastMechanic.message |
protected PlaceholderString |
MessageJSONMechanic.message |
protected PlaceholderString |
MessageMechanic.message |
protected PlaceholderString |
SendActionMessageMechanic.message |
protected PlaceholderString |
ThreatMechanic.mode |
protected PlaceholderString |
ModifyGlobalScoreMechanic.objective |
protected PlaceholderString |
ModifyScoreMechanic.objective |
protected PlaceholderString |
ModifyTargetScoreMechanic.objective |
protected PlaceholderString |
ActivateSpawnerMechanic.search |
protected PlaceholderString |
CastMechanic.spellName |
protected PlaceholderString |
SetStanceMechanic.stance |
protected PlaceholderString |
SendTitleMechanic.subtitle |
protected PlaceholderString |
TagAddMechanic.tag |
protected PlaceholderString |
TagRemoveMechanic.tag |
protected PlaceholderString |
SendTitleMechanic.title |
protected PlaceholderString |
ModifyScoreMechanic.value |
protected PlaceholderString |
VariableSetMechanic.value |
protected PlaceholderString |
ModifyTargetScoreMechanic.value |
protected PlaceholderString |
TeleportToMechanic.world |
Modifier and Type | Field and Description |
---|---|
protected List<PlaceholderString> |
RandomMessageMechanic.messages |
Modifier and Type | Method and Description |
---|---|
static PlaceholderString |
PlaceholderString.of(String string) |
Modifier and Type | Method and Description |
---|---|
PlaceholderString |
PlaceholderStringTag.getValue() |
Modifier and Type | Method and Description |
---|---|
CompoundTagBuilder |
CompoundTagBuilder.putPlaceholderString(String key,
PlaceholderString value)
Put the given key and value into the compound tag as a
StringTag . |
Constructor and Description |
---|
PlaceholderStringTag(PlaceholderString value)
Creates the tag with an empty name.
|
Copyright © 2020. All rights reserved.