public final class Effect extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Effect.EffectRange | 
| Constructor and Description | 
|---|
| Effect(Class<? extends Annotation> cls) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Effect e) | 
| boolean | equals(Object o) | 
| Class<? extends Annotation> | getAnnot() | 
| int | hashCode() | 
| boolean | isPoly() | 
| boolean | isSafe() | 
| boolean | isUI() | 
| static boolean | LE(Effect left,
  Effect right) | 
| static Effect | min(Effect l,
   Effect r) | 
| String | toString() | 
public Effect(Class<? extends Annotation> cls)
public boolean isSafe()
public boolean isUI()
public boolean isPoly()
public Class<? extends Annotation> getAnnot()
@SideEffectFree public String toString()
public boolean equals(Effect e)