Skip to content

BlockEvent.FluidPlaceBlockEvent

To use this event use the following import:

groovy
import net.minecraftforge.event.world.BlockEvent.FluidPlaceBlockEvent

Sub-Classes

This event extends the following events and can use all their methods and fields:
BlockEvent

Methods

groovy
net.minecraft.block.state.IBlockState getNewState()
groovy
net.minecraft.util.math.BlockPos getLiquidPos()
groovy
void setNewState(net.minecraft.block.state.IBlockState arg0)
groovy
net.minecraft.block.state.IBlockState getOriginalState()

Contributors

Changelog

© 2024 CleanroomMC. All Rights Reserved.