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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.minecraft.nbt.CompoundTagorg.valkyrienskies.core.api.ships.ServerShip -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyForces(@NotNull org.valkyrienskies.core.api.ships.PhysShip physShip) static GravityInducergetOrCreate(org.valkyrienskies.core.api.ships.ServerShip 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
-
Field Details
-
gravityDataTag
public static net.minecraft.nbt.CompoundTag gravityDataTag -
ship
public org.valkyrienskies.core.api.ships.ServerShip ship
-
-
Constructor Details
-
GravityInducer
public GravityInducer() -
GravityInducer
public GravityInducer(org.valkyrienskies.core.api.ships.ServerShip ship)
-
-
Method Details
-
applyForces
public void applyForces(@NotNull @NotNull org.valkyrienskies.core.api.ships.PhysShip physShip) - Specified by:
applyForcesin interfaceorg.valkyrienskies.core.api.ships.ShipForcesInducer
-
getOrCreate
-