Interface IBlockMutator

All Known Implementing Classes:
BlockMutatorBulkie, BlockMutatorDebris, BlockMutatorFire

public interface IBlockMutator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mutatePost(ExplosionVNT explosion, net.minecraft.core.BlockPos pos)
     
    void
    mutatePre(ExplosionVNT explosion, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.BlockPos pos)
     
  • Method Details

    • mutatePre

      void mutatePre(ExplosionVNT explosion, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.BlockPos pos)
    • mutatePost

      void mutatePost(ExplosionVNT explosion, net.minecraft.core.BlockPos pos)