| Constructor and Description |
|---|
MovementEventData(int movementType,
com.nukkitx.math.vector.Vector2f rotation,
com.nukkitx.math.vector.Vector3f position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getMovementType() |
com.nukkitx.math.vector.Vector3f |
getPosition() |
com.nukkitx.math.vector.Vector2f |
getRotation() |
EventDataType |
getType() |
int |
hashCode() |
String |
toString() |
public MovementEventData(int movementType,
com.nukkitx.math.vector.Vector2f rotation,
com.nukkitx.math.vector.Vector3f position)
public EventDataType getType()
public int getMovementType()
public com.nukkitx.math.vector.Vector2f getRotation()
public com.nukkitx.math.vector.Vector3f getPosition()
Copyright © 2018–2019 NukkitX. All rights reserved.