Package net.jcm.vsch.event
Class GravityInducer
java.lang.Object
net.jcm.vsch.event.GravityInducer
- All Implemented Interfaces:
org.valkyrienskies.core.api.ships.ShipForcesInducer
public class GravityInducer
extends Object
implements org.valkyrienskies.core.api.ships.ShipForcesInducer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyForces(@NotNull org.valkyrienskies.core.api.ships.PhysShip physShip) static GravityInducertickOnShip(org.valkyrienskies.core.api.ships.LoadedServerShip ship) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.valkyrienskies.core.api.ships.ShipForcesInducer
applyForcesAndLookupPhysShips
-
Constructor Details
-
GravityInducer
public GravityInducer()
-
-
Method Details
-
applyForces
public void applyForces(@NotNull @NotNull org.valkyrienskies.core.api.ships.PhysShip physShip) - Specified by:
applyForcesin interfaceorg.valkyrienskies.core.api.ships.ShipForcesInducer
-
tickOnShip
-