public interface IPeripheralProvider
Modifier and Type | Method and Description |
---|---|
IPeripheral |
getPeripheral(World world,
BlockPos pos,
EnumFacing side)
Produce an peripheral implementation from a block location.
|
IPeripheral getPeripheral(World world, BlockPos pos, EnumFacing side)
ComputerCraftAPI.registerPeripheralProvider(IPeripheralProvider)