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