public interface IWiredElementTile
TileEntity which provides a IWiredElement. This acts
as a simpler alternative to a full-blown IWiredProvider.| Modifier and Type | Method and Description |
|---|---|
IWiredElement |
getWiredElement(net.minecraft.util.EnumFacing side)
Get the wired element of this tile for a given side.
|
@Nullable IWiredElement getWiredElement(@Nonnull net.minecraft.util.EnumFacing side)
side - The side to get the network element from.null if there is no element here.