Package appeng.api.util
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 TypeMethodDescriptiongetOrientable(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 blockpos- The position of the block.- Returns:
- a IOrientable if applicable
-