Class FallbackComputerBehaviour
java.lang.Object
com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
com.simibubi.create.compat.computercraft.AbstractComputerBehaviour
com.simibubi.create.compat.computercraft.FallbackComputerBehaviour
-
Field Summary
Fields inherited from class com.simibubi.create.compat.computercraft.AbstractComputerBehaviour
TYPEFields inherited from class com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
blockEntity -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.simibubi.create.compat.computercraft.AbstractComputerBehaviour
getPeripheralCapability, getType, read, removePeripheral, setHasAttachedComputer, writeMethods inherited from class com.simibubi.create.foundation.blockEntity.behaviour.BlockEntityBehaviour
destroy, get, get, getPos, getRequiredItems, getWorld, initialize, isSafeNBT, lazyTick, onBlockChanged, onNeighborChanged, setLazyTickRate, tick, unload, writeSafe
-
Constructor Details
-
FallbackComputerBehaviour
-
-
Method Details
-
hasAttachedComputer
public boolean hasAttachedComputer()- Overrides:
hasAttachedComputerin classAbstractComputerBehaviour
-