Skip to main content

schedule_water_tick_if_waterlogged

Function schedule_water_tick_if_waterlogged 

Source
pub(crate) fn schedule_water_tick_if_waterlogged(
    state: BlockStateId,
    level: &dyn ScheduledTickAccess,
    pos: BlockPos,
)
Expand description

Mirrors the water-tick side effect shared by Vanilla waterlogged block updateShape implementations.