mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-19 15:09:19 +00:00
feat: add getVelocity() method to UserBalloonManager
This commit is contained in:
@@ -180,6 +180,10 @@ public class UserBalloonManager {
|
|||||||
this.getModelEntity().teleport(location);
|
this.getModelEntity().teleport(location);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Vector getVelocity() {
|
||||||
|
return getModelEntity().getVelocity();
|
||||||
|
}
|
||||||
|
|
||||||
public void setVelocity(Vector vector) {
|
public void setVelocity(Vector vector) {
|
||||||
this.getModelEntity().setVelocity(vector);
|
this.getModelEntity().setVelocity(vector);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user