Modifier and Type | Method and Description |
---|---|
PlaceholderInt |
MythicConfig.getPlaceholderInt(String[] key,
String def,
String... args) |
PlaceholderInt |
MythicConfig.getPlaceholderInt(String key,
String def) |
PlaceholderInt |
MythicLineConfig.getPlaceholderInteger(String[] key,
int def,
String... args) |
PlaceholderInt |
MythicLineConfig.getPlaceholderInteger(String[] key,
String def,
String... args) |
PlaceholderInt |
MythicLineConfig.getPlaceholderInteger(String key,
int def) |
PlaceholderInt |
MythicLineConfig.getPlaceholderInteger(String key,
String def) |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderInt |
AbstractSkill.delay |
protected PlaceholderInt |
AbstractSkill.repeat |
protected PlaceholderInt |
AbstractSkill.repeatInterval |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderInt |
Aura.charges |
protected PlaceholderInt |
Aura.duration |
protected PlaceholderInt |
Aura.interval |
protected PlaceholderInt |
Aura.maxStacks |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderInt |
SummonMechanic.amount |
protected PlaceholderInt |
ArrowVolleyMechanic.amount |
protected PlaceholderInt |
ParticleEffect.amount |
protected PlaceholderInt |
FeedSkill.amount |
protected PlaceholderInt |
VolleyMechanic.amount |
protected PlaceholderInt |
ChainMechanic.bounceDelay |
protected PlaceholderInt |
ChainMechanic.bounces |
protected PlaceholderInt |
PrisonMechanic.duration |
protected PlaceholderInt |
PotionMechanic.duration |
protected PlaceholderInt |
SetLevelMechanic.level |
protected PlaceholderInt |
PotionMechanic.lvl |
protected PlaceholderInt |
IgniteMechanic.ticks |
protected PlaceholderInt |
SkyboxEffect.type |
Modifier and Type | Class and Description |
---|---|
class |
RandomInt |
class |
StaticInt |
Modifier and Type | Method and Description |
---|---|
static PlaceholderInt |
PlaceholderInt.of(String string) |
Modifier and Type | Field and Description |
---|---|
protected PlaceholderInt |
Projectile.duration |
Constructor and Description |
---|
MythicSpawner(String name,
String group,
String mobName,
String world,
int x,
int y,
int z,
int radius,
int radiusY,
boolean useTimer,
PlaceholderInt maxMobs,
int mps,
String moblevel,
int cooldown,
int cooldownTimer,
int warmup,
int warmupTimer,
int activeRange,
double scalingRange,
int leashRange,
boolean leashHeal,
boolean leashResetThreat,
boolean showFlames,
boolean breakable,
int activeMobs,
boolean checkForPlayers,
ArrayList<String> conditions) |
Modifier and Type | Method and Description |
---|---|
PlaceholderInt |
PlaceholderIntTag.getValue() |
Modifier and Type | Method and Description |
---|---|
CompoundTagBuilder |
CompoundTagBuilder.putPlaceholderInt(String key,
PlaceholderInt value)
Put the given key and value into the compound tag as an
IntTag . |
Constructor and Description |
---|
PlaceholderIntTag(PlaceholderInt value)
Creates the tag with an empty name.
|
Copyright © 2020. All rights reserved.