public final class SteerVehicleMessage extends Object implements com.flowpowered.network.Message
| Constructor and Description |
|---|
SteerVehicleMessage(float sideways,
float forward,
boolean jump,
boolean unmount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
float |
getForward() |
float |
getSideways() |
int |
hashCode() |
boolean |
isJump() |
boolean |
isUnmount() |
String |
toString() |
public SteerVehicleMessage(float sideways,
float forward,
boolean jump,
boolean unmount)
public float getSideways()
public float getForward()
public boolean isJump()
public boolean isUnmount()
public boolean equals(Object o)
public int hashCode()
Copyright © 2021. All rights reserved.