Class SyncedPeripheral<T extends SmartBlockEntity>
java.lang.Object
com.simibubi.create.compat.computercraft.implementation.peripherals.SyncedPeripheral<T>
- All Implemented Interfaces:
dan200.computercraft.api.peripheral.IPeripheral
- Direct Known Subclasses:
DisplayLinkPeripheral,FrogportPeripheral,PackagerPeripheral,PostboxPeripheral,RedstoneRequesterPeripheral,RepackagerPeripheral,SequencedGearshiftPeripheral,SpeedControllerPeripheral,SpeedGaugePeripheral,StationPeripheral,StockTickerPeripheral,StressGaugePeripheral,TableClothShopPeripheral
public abstract class SyncedPeripheral<T extends SmartBlockEntity>
extends Object
implements dan200.computercraft.api.peripheral.IPeripheral
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dan200.computercraft.api.peripheral.IPeripheral
getAdditionalTypes, getTarget, getType
-
Field Details
-
blockEntity
-
-
Constructor Details
-
SyncedPeripheral
-
-
Method Details
-
attach
public void attach(@NotNull @NotNull dan200.computercraft.api.peripheral.IComputerAccess computer) - Specified by:
attachin interfacedan200.computercraft.api.peripheral.IPeripheral
-
detach
public void detach(@NotNull @NotNull dan200.computercraft.api.peripheral.IComputerAccess computer) - Specified by:
detachin interfacedan200.computercraft.api.peripheral.IPeripheral
-
equals
public boolean equals(@Nullable @Nullable dan200.computercraft.api.peripheral.IPeripheral other) - Specified by:
equalsin interfacedan200.computercraft.api.peripheral.IPeripheral
-