Interface IOrientableBlock


public interface IOrientableBlock
Implemented on many of AE's non Block entity Blocks as a way to get a IOrientable.
  • Method Summary

    Modifier and Type
    Method
    Description
    getOrientable(net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos)
     
  • Method Details

    • getOrientable

      IOrientable getOrientable(net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos)
      Parameters:
      level - world of block
      pos - The position of the block.
      Returns:
      a IOrientable if applicable