| Constructor and Description |
|---|
MovementThresholdEventData(float unknown0,
float unknown1,
float playerMovementScoreThreshold,
float playerMovementDistanceThreshold,
int playerMovementDurationThreshold) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
float |
getPlayerMovementDistanceThreshold() |
int |
getPlayerMovementDurationThreshold() |
float |
getPlayerMovementScoreThreshold() |
EventDataType |
getType() |
float |
getUnknown0() |
float |
getUnknown1() |
int |
hashCode() |
String |
toString() |
public MovementThresholdEventData(float unknown0,
float unknown1,
float playerMovementScoreThreshold,
float playerMovementDistanceThreshold,
int playerMovementDurationThreshold)
public EventDataType getType()
public float getUnknown0()
public float getUnknown1()
public float getPlayerMovementScoreThreshold()
public float getPlayerMovementDistanceThreshold()
public int getPlayerMovementDurationThreshold()
Copyright © 2018–2019 NukkitX. All rights reserved.