public class AlphaCeilingEffectiveData extends EffectEffectiveData implements IAlphaCeilingEffectiveData
Immutable object which represents an Alpha Ceiling effect. Alpha (opacity) values greater than zero are changed to 100%. In other words, anything partially opaque becomes fully opaque.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaCeilingEffectiveData is equal to the current AlphaCeilingEffectiveData . |
int |
hashCode()
Serves as a hash function for a particular type.
|
public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaCeilingEffectiveData
is equal to the current AlphaCeilingEffectiveData
.
equals
in class java.lang.Object
obj
- The AlphaCeilingEffectiveData
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object