MobEffectUtil
Link to mobeffectutil
Импорт класса
Link to импорт-класса
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
ZenScript Copyimport crafttweaker.api.entity.effect.MobEffectUtil;
Static Methods
Link to static-methods
Name: formatDuration
Return Type: string
ZenScript CopyMobEffectUtil.formatDuration(instance as MobEffectInstance, durationFactor as float) as string
Параметр | Тип |
---|---|
Параметр instance | Тип MobEffectInstance |
Параметр durationFactor | Тип float |
Name: getDigSpeedAmplification
Return Type: int
ZenScript CopyMobEffectUtil.getDigSpeedAmplification(entity as LivingEntity) as int
Параметр | Тип |
---|---|
Параметр entity | Тип LivingEntity |
Name: hasDigSpeed
Return Type: boolean
ZenScript CopyMobEffectUtil.hasDigSpeed(entity as LivingEntity) as boolean
Параметр | Тип |
---|---|
Параметр entity | Тип LivingEntity |
Name: hasWaterBreathing
Return Type: boolean
ZenScript CopyMobEffectUtil.hasWaterBreathing(entity as LivingEntity) as boolean
Параметр | Тип |
---|---|
Параметр entity | Тип LivingEntity |