Class BlockMutatorBulkie

java.lang.Object
com.hbm_m.explosion.vanillant.standard.BlockMutatorBulkie
All Implemented Interfaces:
IBlockMutator

public class BlockMutatorBulkie extends Object implements IBlockMutator
  • Field Details

    • blockState

      protected net.minecraft.world.level.block.state.BlockState blockState
  • Constructor Details

    • BlockMutatorBulkie

      public BlockMutatorBulkie(net.minecraft.world.level.block.Block block)
    • BlockMutatorBulkie

      public BlockMutatorBulkie(net.minecraft.world.level.block.state.BlockState blockState)
  • Method Details

    • mutatePre

      public void mutatePre(ExplosionVNT explosion, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.BlockPos pos)
      Specified by:
      mutatePre in interface IBlockMutator
    • mutatePost

      public void mutatePost(ExplosionVNT explosion, net.minecraft.core.BlockPos pos)
      Specified by:
      mutatePost in interface IBlockMutator