Class BlockMutatorFire
java.lang.Object
com.hbm_m.explosion.vanillant.standard.BlockMutatorFire
- All Implemented Interfaces:
IBlockMutator
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
BlockMutatorFire
public BlockMutatorFire()
-
-
Method Details
-
mutatePre
public void mutatePre(ExplosionVNT explosion, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.BlockPos pos) - Specified by:
mutatePrein interfaceIBlockMutator
-
mutatePost
- Specified by:
mutatePostin interfaceIBlockMutator
-