Modifier and Type | Method and Description |
---|---|
PlaceholderFloat |
MythicLineConfig.getPlaceholderFloat(String[] key,
float def,
String... args) |
PlaceholderFloat |
MythicLineConfig.getPlaceholderFloat(String[] key,
String def,
String... args) |
PlaceholderFloat |
MythicLineConfig.getPlaceholderFloat(String key,
float def) |
PlaceholderFloat |
MythicLineConfig.getPlaceholderFloat(String key,
String def) |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderFloat |
ConsumeMechanic.damage |
protected PlaceholderFloat |
ConsumeMechanic.heal |
protected PlaceholderFloat |
ThrowMechanic.velocity |
protected PlaceholderFloat |
ThrowMechanic.velocityY |
Modifier and Type | Class and Description |
---|---|
class |
RandomFloat |
class |
StaticFloat |
Modifier and Type | Method and Description |
---|---|
static PlaceholderFloat |
PlaceholderFloat.of(String string) |
Modifier and Type | Method and Description |
---|---|
PlaceholderFloat |
PlaceholderFloatTag.getValue() |
Modifier and Type | Method and Description |
---|---|
CompoundTagBuilder |
CompoundTagBuilder.putPlaceholderFloat(String key,
PlaceholderFloat value)
Put the given key and value into the compound tag as a
FloatTag . |
Constructor and Description |
---|
PlaceholderFloatTag(PlaceholderFloat value)
Creates the tag with an empty name.
|
Copyright © 2020. All rights reserved.