Class BlockStoppedFallingKubeEvent

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

@Info("Invoked when a falling block finishes falling.\n") public class BlockStoppedFallingKubeEvent extends Object implements KubeEntityEvent
  • Field Details

    • block

      public final LevelBlock block
    • fallSpeed

      public final double fallSpeed
    • replacedBlock

      public final LevelBlock replacedBlock
  • Constructor Details

    • BlockStoppedFallingKubeEvent

      public BlockStoppedFallingKubeEvent(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, double fallSpeed, net.minecraft.world.level.block.state.BlockState replacedState)
  • Method Details