Class FluidFX
java.lang.Object
com.simibubi.create.content.contraptions.fluids.FluidFX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.core.particles.ParticleOptionsgetDrippingParticle(net.minecraftforge.fluids.FluidStack fluid) static net.minecraft.core.particles.ParticleOptionsgetFluidParticle(net.minecraftforge.fluids.FluidStack fluid) static voidspawnPouringLiquid(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 voidspawnRimParticles(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 voidsplash(net.minecraft.core.BlockPos pos, net.minecraftforge.fluids.FluidStack fluidStack)
-
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)
-