Class BlockMutatorDebris
java.lang.Object
com.hbm_m.explosion.vanillant.standard.BlockMutatorDebris
- All Implemented Interfaces:
IBlockMutator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected net.minecraft.world.level.block.state.BlockState -
Constructor Summary
ConstructorsConstructorDescriptionBlockMutatorDebris(net.minecraft.world.level.block.Block block) BlockMutatorDebris(net.minecraft.world.level.block.state.BlockState state) -
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)
-
Field Details
-
debrisState
protected net.minecraft.world.level.block.state.BlockState debrisState
-
-
Constructor Details
-
BlockMutatorDebris
public BlockMutatorDebris(net.minecraft.world.level.block.Block block) -
BlockMutatorDebris
public BlockMutatorDebris(net.minecraft.world.level.block.state.BlockState state)
-
-
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
-