Package com.simibubi.create.impl.effect
Class WaterEffectHandler
java.lang.Object
com.simibubi.create.impl.effect.WaterEffectHandler
- All Implemented Interfaces:
OpenPipeEffectHandler
-
Field Summary
Fields inherited from interface com.simibubi.create.api.effect.OpenPipeEffectHandler
REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(net.minecraft.world.level.Level level, net.minecraft.world.phys.AABB area, net.neoforged.neoforge.fluids.FluidStack fluid)
-
Constructor Details
-
WaterEffectHandler
public WaterEffectHandler()
-
-
Method Details
-
apply
public void apply(net.minecraft.world.level.Level level, net.minecraft.world.phys.AABB area, net.neoforged.neoforge.fluids.FluidStack fluid) - Specified by:
applyin interfaceOpenPipeEffectHandler- Parameters:
area- the area to apply effects influid- the fluid in the pipe. Do not modify, it will do nothing
-