java.lang.Object
com.simibubi.create.content.contraptions.fluids.FluidFX

public class FluidFX extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.core.particles.ParticleOptions
    getDrippingParticle​(net.minecraftforge.fluids.FluidStack fluid)
     
    static net.minecraft.core.particles.ParticleOptions
    getFluidParticle​(net.minecraftforge.fluids.FluidStack fluid)
     
    static void
    spawnPouringLiquid​(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, int amount, net.minecraft.core.particles.ParticleOptions particle, float rimRadius, net.minecraft.world.phys.Vec3 directionVec, boolean inbound)
     
    static void
    spawnRimParticles​(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction side, int amount, net.minecraft.core.particles.ParticleOptions particle, float rimRadius)
     
    static void
    splash​(net.minecraft.core.BlockPos pos, net.minecraftforge.fluids.FluidStack fluidStack)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FluidFX

      public FluidFX()
  • Method Details

    • splash

      public static void splash(net.minecraft.core.BlockPos pos, net.minecraftforge.fluids.FluidStack fluidStack)
    • getFluidParticle

      public static net.minecraft.core.particles.ParticleOptions getFluidParticle(net.minecraftforge.fluids.FluidStack fluid)
    • getDrippingParticle

      public static net.minecraft.core.particles.ParticleOptions getDrippingParticle(net.minecraftforge.fluids.FluidStack fluid)
    • spawnRimParticles

      public static void spawnRimParticles(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction side, int amount, net.minecraft.core.particles.ParticleOptions particle, float rimRadius)
    • spawnPouringLiquid

      public static void spawnPouringLiquid(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, int amount, net.minecraft.core.particles.ParticleOptions particle, float rimRadius, net.minecraft.world.phys.Vec3 directionVec, boolean inbound)