Uses of Interface
com.github.jbgust.jsrm.application.motor.propellant.SolidPropellant
Packages that use SolidPropellant
Package
Description
-
Uses of SolidPropellant in com.github.jbgust.jsrm.application
Methods in com.github.jbgust.jsrm.application that return SolidPropellantModifier and TypeMethodDescriptionstatic SolidPropellantRegisteredPropellant.getSolidPropellant(int propellantId) Return the propellantMethods in com.github.jbgust.jsrm.application with parameters of type SolidPropellantModifier and TypeMethodDescriptionstatic IntegerRegisteredPropellant.registerPropellant(SolidPropellant solidPropellant) Use to register custom propellant, if the propellant is already registered the function return it's ID -
Uses of SolidPropellant in com.github.jbgust.jsrm.application.motor
Methods in com.github.jbgust.jsrm.application.motor that return SolidPropellantConstructors in com.github.jbgust.jsrm.application.motor with parameters of type SolidPropellantModifierConstructorDescriptionPropellantGrain(SolidPropellant propellant, GrainConfigutation grainConfigutation) Create an Hollow cylindrical propellant grain -
Uses of SolidPropellant in com.github.jbgust.jsrm.application.motor.propellant
Classes in com.github.jbgust.jsrm.application.motor.propellant that implement SolidPropellant