@Internal public class EffectPair extends Object
| Modifier and Type | Field and Description |
|---|---|
ActionEffect |
effect |
boolean |
external |
long |
generatorRowId |
ActionEffect |
inverse |
| Constructor and Description |
|---|
EffectPair(long generatorRowId,
boolean external,
ActionEffect effect,
ActionEffect inverse) |
public final long generatorRowId
public final boolean external
@NotNull public final ActionEffect effect
@Nullable public final ActionEffect inverse
public EffectPair(long generatorRowId,
boolean external,
@NotNull
ActionEffect effect,
@Nullable
ActionEffect inverse)
Copyright © 2022 ALM Works. All Rights Reserved.