class PhysicsValues
com.hypixel.hytale.server.core.modules.physics.component
Methods: static com.hypixel.hytale.component.ComponentType<com.hypixel.hytale.server.core.universe.world.storage.EntityStore, com.hypixel.hytale.server.core.modules.physics.component.Velocity> getComponentType(); void setZero(); void addForce(com.hypixel.hytale.math.vector.Vector3d); void addForce(double, double, double); void set(com.hypixel.hytale.math.vector.Vector3d); void set(double, double, double); void setClient(com.hypixel.hytale.math.vector.Vector3d); void setClient(double, double, double); voi