Interface IBlockMutator
- All Known Implementing Classes:
BlockMutatorBulkie,BlockMutatorDebris,BlockMutatorFire
public interface IBlockMutator
-
Method Summary
Modifier and TypeMethodDescriptionvoidmutatePost(ExplosionVNT explosion, net.minecraft.core.BlockPos pos) voidmutatePre(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
-