Class PlanetProperties.Builder
java.lang.Object
com.lightning.northstar.planet.data.PlanetProperties.Builder
- Enclosing class:
PlanetProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaxialPrecession(double axialPrecession) axialPrecessionDeg(double axialPrecessionDeg) axialTilt(double axialTilt) axialTiltDeg(double axialTiltDeg) build()centralBody(net.minecraft.resources.ResourceKey<PlanetProperties> centralBody) diameter(double diameterKm) Defines the diameter, in KMinitialAxialPrecession(double initialAxialPrecession) initialAxialPrecessionDeg(double initialAxialPrecession) notes(net.minecraft.network.chat.Component notes) orbit(OrbitProvider orbit) renderer(PlanetSpriteRenderer renderer) renderer(net.minecraft.resources.ResourceLocation texture) requiredScience(float requiredScience) rotationPeriodDays(double rotationPeriodDays) rotationPeriodHours(double rotationPeriodHours) scienceWeightExponent(float scienceWeightExponent) texture(PlanetProperties.TextureLayer... texture) texture(net.minecraft.resources.ResourceLocation texture)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
centralBody
public PlanetProperties.Builder centralBody(net.minecraft.resources.ResourceKey<PlanetProperties> centralBody) -
orbit
-
type
-
scienceWeightExponent
-
requiredScience
-
rotationPeriodHours
-
rotationPeriodDays
-
rotationPeriodTidalLock
-
diameter
Defines the diameter, in KM -
axialTilt
-
axialTiltDeg
-
axialPrecession
-
axialPrecessionDeg
-
initialAxialPrecession
-
initialAxialPrecessionDeg
-
renderer
-
renderer
-
texture
-
texture
-
notes
-
build
-