Interface MultiPosDestructionHandler

All Known Implementing Classes:
BeltBlock.RenderProperties, TrackBlock.RenderProperties, WaterWheelStructuralBlock.RenderProperties

public interface MultiPosDestructionHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Set<net.minecraft.core.BlockPos>
    getExtraPositions(net.minecraft.client.multiplayer.ClientLevel level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState blockState, int progress)
    Returned set must be mutable and must not be changed after it is returned.
  • Method Details

    • getExtraPositions

      @Nullable @Nullable Set<net.minecraft.core.BlockPos> getExtraPositions(net.minecraft.client.multiplayer.ClientLevel level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState blockState, int progress)
      Returned set must be mutable and must not be changed after it is returned.