public interface SidedComponent
SimpleComponent
which allows controlling connectivity on a side-by-side basis.
Like the SimpleComponent interface, this is intended to be used
with tile entities that should act as OC components. Please see the
SimpleComponent interface for more information.| Modifier and Type | Method and Description |
|---|---|
boolean |
canConnectNode(net.minecraftforge.common.util.ForgeDirection side)
Whether this component can connect to a node on the specified side.
|
boolean canConnectNode(net.minecraftforge.common.util.ForgeDirection side)
side - the side to check for.