Modifier and Type | Method and Description |
---|---|
PlaceholderDouble |
MythicLineConfig.getPlaceholderDouble(String[] key,
double def,
String... args) |
PlaceholderDouble |
MythicConfig.getPlaceholderDouble(String[] key,
String def,
String... args) |
PlaceholderDouble |
MythicLineConfig.getPlaceholderDouble(String[] key,
String def,
String... args) |
PlaceholderDouble |
MythicLineConfig.getPlaceholderDouble(String key,
double def) |
PlaceholderDouble |
MythicConfig.getPlaceholderDouble(String key,
String def) |
PlaceholderDouble |
MythicLineConfig.getPlaceholderDouble(String key,
String def) |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderDouble |
MythicMob.attrArmor |
protected PlaceholderDouble |
MythicMob.attrDamage |
protected PlaceholderDouble |
MythicMob.attrHealth |
protected PlaceholderDouble |
MythicMob.attrMovementSpeed |
Modifier and Type | Method and Description |
---|---|
PlaceholderDouble |
MythicMob.getArmor() |
PlaceholderDouble |
MythicMob.getDamage() |
PlaceholderDouble |
MythicMob.getHealth() |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderDouble |
DamageMechanic.amount |
protected PlaceholderDouble |
ThreatMechanic.amount |
protected PlaceholderDouble |
HealMechanic.amount |
protected PlaceholderDouble |
ChainMechanic.bounceRadius |
protected PlaceholderDouble |
OnAttackMechanic.damageAdd |
protected PlaceholderDouble |
OnAttackMechanic.damageMult |
protected PlaceholderDouble |
SummonMechanic.level |
protected PlaceholderDouble |
HealPercentMechanic.maxOverheal |
protected PlaceholderDouble |
HealMechanic.maxOverheal |
protected PlaceholderDouble |
HealPercentMechanic.multiplier |
protected PlaceholderDouble |
DamagePercentMechanic.percent |
protected PlaceholderDouble |
TeleportToMechanic.pitch |
protected PlaceholderDouble |
TeleportInMechanic.pitch |
protected PlaceholderDouble |
SetRotationMechanic.pitch |
protected PlaceholderDouble |
BarSetMechanic.value |
protected PlaceholderDouble |
BarCreateMechanic.value |
protected PlaceholderDouble |
ShootMechanic.velocity |
protected PlaceholderDouble |
LungeMechanic.velocity |
protected PlaceholderDouble |
PullMechanic.velocity |
protected PlaceholderDouble |
BlockWaveEffect.velocity |
protected PlaceholderDouble |
BlockWaveEffect.velocityH |
protected PlaceholderDouble |
LungeMechanic.velocityY |
protected PlaceholderDouble |
TeleportToMechanic.x |
protected PlaceholderDouble |
TeleportInMechanic.x |
protected PlaceholderDouble |
TeleportToMechanic.y |
protected PlaceholderDouble |
TeleportInMechanic.y |
protected PlaceholderDouble |
TeleportToMechanic.yaw |
protected PlaceholderDouble |
TeleportInMechanic.yaw |
protected PlaceholderDouble |
SetRotationMechanic.yaw |
protected PlaceholderDouble |
TeleportToMechanic.z |
protected PlaceholderDouble |
TeleportInMechanic.z |
Modifier and Type | Class and Description |
---|---|
class |
RandomDouble |
class |
StaticDouble |
Modifier and Type | Method and Description |
---|---|
static PlaceholderDouble |
PlaceholderDouble.of(String string) |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderDouble |
LocationTargeter.x |
protected PlaceholderDouble |
LocationTargeter.y |
protected PlaceholderDouble |
LocationTargeter.z |
Modifier and Type | Method and Description |
---|---|
PlaceholderDouble |
PlaceholderDoubleTag.getValue() |
Modifier and Type | Method and Description |
---|---|
CompoundTagBuilder |
CompoundTagBuilder.putPlaceholderDouble(String key,
PlaceholderDouble value)
Put the given key and value into the compound tag as a
DoubleTag . |
Constructor and Description |
---|
PlaceholderDoubleTag(PlaceholderDouble value)
Creates the tag with an empty name.
|
Copyright © 2020. All rights reserved.