| Constructor and Description |
|---|
MovementCorrectedEventData(float positionDelta,
float cheatingScore,
float scoreThreshold,
float distanceThreshold,
int durationThreshold) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
float |
getCheatingScore() |
float |
getDistanceThreshold() |
int |
getDurationThreshold() |
float |
getPositionDelta() |
float |
getScoreThreshold() |
EventDataType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public MovementCorrectedEventData(float positionDelta,
float cheatingScore,
float scoreThreshold,
float distanceThreshold,
int durationThreshold)
public EventDataType getType()
public float getPositionDelta()
public float getCheatingScore()
public float getScoreThreshold()
public float getDistanceThreshold()
public int getDurationThreshold()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object