public class ExtHackControlStorage
extends com.viaversion.viaversion.api.connection.StoredObject
| Modifier and Type | Field and Description |
|---|---|
boolean |
flying |
float |
jumpHeight |
boolean |
noClip |
boolean |
respawn |
boolean |
speed |
boolean |
thirdPerson |
| Constructor and Description |
|---|
ExtHackControlStorage(com.viaversion.viaversion.api.connection.UserConnection user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
update(boolean flying,
boolean noClip,
boolean speed,
boolean respawn,
boolean thirdPerson,
short jumpHeight) |
public boolean flying
public boolean noClip
public boolean speed
public boolean respawn
public boolean thirdPerson
public float jumpHeight