Package com.simibubi.create.api.event
Class PipeCollisionEvent.Spill
java.lang.Object
net.neoforged.bus.api.Event
com.simibubi.create.api.event.PipeCollisionEvent
com.simibubi.create.api.event.PipeCollisionEvent.Spill
- Enclosing class:
PipeCollisionEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.api.event.PipeCollisionEvent
PipeCollisionEvent.Flow, PipeCollisionEvent.Spill -
Field Summary
Fields inherited from class com.simibubi.create.api.event.PipeCollisionEvent
firstFluid, secondFluid -
Constructor Summary
ConstructorsConstructorDescriptionSpill(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.material.Fluid worldFluid, net.minecraft.world.level.material.Fluid pipeFluid, @Nullable net.minecraft.world.level.block.state.BlockState defaultState) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.material.Fluidnet.minecraft.world.level.material.FluidMethods inherited from class com.simibubi.create.api.event.PipeCollisionEvent
getLevel, getPos, getState, setState
-
Constructor Details
-
Spill
public Spill(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.material.Fluid worldFluid, net.minecraft.world.level.material.Fluid pipeFluid, @Nullable @Nullable net.minecraft.world.level.block.state.BlockState defaultState)
-
-
Method Details
-
getWorldFluid
public net.minecraft.world.level.material.Fluid getWorldFluid() -
getPipeFluid
public net.minecraft.world.level.material.Fluid getPipeFluid()
-