Interface Engine.CrumblingBlock

Enclosing interface:
Engine

@NonExtendable public static interface Engine.CrumblingBlock
A block to be rendered as a crumbling overlay.
  • Method Summary

    Modifier and Type
    Method
    Description
    The instances associated with the block entity visual at this position.
    net.minecraft.core.BlockPos
    pos()
    The position of the block.
    @org.jetbrains.annotations.Range(from=0L, to=9L) int
    The progress of the crumbling animation in the range [0, 10).
  • Method Details

    • pos

      net.minecraft.core.BlockPos pos()
      The position of the block.
    • progress

      @org.jetbrains.annotations.Range(from=0L, to=9L) int progress()
      The progress of the crumbling animation in the range [0, 10).
    • instances

      List<Instance> instances()
      The instances associated with the block entity visual at this position.