SuspiciousStewEffectsEntry
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.api.item.component.SuspiciousStewEffectsEntry;
Members
createEffectInstance() as MobEffectInstance
Getter
// Entry.duration as intmyEntry.duration
Return Type:
int
static of(effect as MobEffect, duration as int) as Entry
SuspiciousStewEffectsEntry.of(myMobEffect, myInt);
Return Type:
SuspiciousStewEffectsEntry