SuspiciousStewEffects
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.SuspiciousStewEffects;
Members
Getter
mySuspiciousStewEffects.effects
Return Type:
List<SuspiciousStewEffectsEntry>
static of(entries as List<Entry>) as SuspiciousStewEffects
SuspiciousStewEffects.of(myList);
Parameters:
entries: List<SuspiciousStewEffectsEntry>
Type: List<SuspiciousStewEffectsEntry>
Return Type:
SuspiciousStewEffects
withEffectAdded(entry as Entry) as SuspiciousStewEffects
// SuspiciousStewEffects.withEffectAdded(entry as SuspiciousStewEffectsEntry) as SuspiciousStewEffects;mySuspiciousStewEffects.withEffectAdded(myEntry);
Parameters:
entry: SuspiciousStewEffectsEntry
Type: SuspiciousStewEffectsEntry
Return Type:
SuspiciousStewEffects