public final class SpawnPositionMessage extends Object implements com.flowpowered.network.Message
| Constructor and Description |
|---|
SpawnPositionMessage(int x,
int y,
int z) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getX() |
int |
getY() |
int |
getZ() |
int |
hashCode() |
String |
toString() |
public int getX()
public int getY()
public int getZ()
public boolean equals(Object o)
public int hashCode()
Copyright © 2021. All rights reserved.