Class BlockStartedFallingKubeEvent

java.lang.Object
dev.latvian.mods.kubejs.block.BlockStartedFallingKubeEvent
All Implemented Interfaces:
KubeEntityEvent, KubeEvent, KubeLevelEvent

@Info("Invoked when a falling block starts to fall.\n") public class BlockStartedFallingKubeEvent extends Object implements KubeEntityEvent
  • Constructor Details

    • BlockStartedFallingKubeEvent

      public BlockStartedFallingKubeEvent(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.entity.item.FallingBlockEntity entity)
  • Method Details