Class Atmosphere.Builder
java.lang.Object
com.lightning.northstar.planet.data.Atmosphere.Builder
- Enclosing class:
Atmosphere
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()collectionRate(float collectionRate) daytimeStarBrightness(float daytimeStarBrightness) fluid(com.tterrag.registrate.util.entry.RegistryEntry<? extends net.minecraft.world.level.material.Fluid, ? extends net.minecraft.world.level.material.Fluid> fluid) fluid(com.tterrag.registrate.util.entry.RegistryEntry<? extends net.minecraft.world.level.material.Fluid, ? extends net.minecraft.world.level.material.Fluid> fluid, net.minecraft.core.component.DataComponentPatch fluidNbt) fluid(net.minecraft.world.level.material.Fluid fluid) fluid(net.minecraft.world.level.material.Fluid fluid, net.minecraft.core.component.DataComponentPatch fluidNbt) fluidNbt(net.minecraft.core.component.DataComponentPatch fluidNbt) pressureAtm(float pressureAtm) Defines the pressure in standard atmospherespressurePa(float pressurePa) Defines the pressure in Pascals
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fluid
-
fluid
public Atmosphere.Builder fluid(com.tterrag.registrate.util.entry.RegistryEntry<? extends net.minecraft.world.level.material.Fluid, ? extends net.minecraft.world.level.material.Fluid> fluid) -
fluidNbt
-
fluid
public Atmosphere.Builder fluid(net.minecraft.world.level.material.Fluid fluid, net.minecraft.core.component.DataComponentPatch fluidNbt) -
fluid
public Atmosphere.Builder fluid(com.tterrag.registrate.util.entry.RegistryEntry<? extends net.minecraft.world.level.material.Fluid, ? extends net.minecraft.world.level.material.Fluid> fluid, net.minecraft.core.component.DataComponentPatch fluidNbt) -
collectionRate
-
pressurePa
Defines the pressure in Pascals -
pressureAtm
Defines the pressure in standard atmospheres -
daytimeStarBrightness
-
build
-