Class BaseFlowingFluid.Properties

java.lang.Object
net.neoforged.neoforge.fluids.BaseFlowingFluid.Properties
Enclosing class:
BaseFlowingFluid

public static class BaseFlowingFluid.Properties extends Object
  • Field Details

    • fluidType

      private Supplier<? extends FluidType> fluidType
    • still

      private Supplier<? extends net.minecraft.world.level.material.Fluid> still
    • flowing

      private Supplier<? extends net.minecraft.world.level.material.Fluid> flowing
    • bucket

      private Supplier<? extends net.minecraft.world.item.Item> bucket
    • block

      private Supplier<? extends net.minecraft.world.level.block.LiquidBlock> block
    • slopeFindDistance

      private int slopeFindDistance
    • levelDecreasePerBlock

      private int levelDecreasePerBlock
    • explosionResistance

      private float explosionResistance
    • tickRate

      private int tickRate
  • Constructor Details

    • Properties

      public Properties(Supplier<? extends FluidType> fluidType, Supplier<? extends net.minecraft.world.level.material.Fluid> still, Supplier<? extends net.minecraft.world.level.material.Fluid> flowing)
  • Method Details