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