Class StickerPeripheral
java.lang.Object
com.simibubi.create.compat.computercraft.implementation.peripherals.SyncedPeripheral<StickerBlockEntity>
com.simibubi.create.compat.computercraft.implementation.peripherals.StickerPeripheral
- All Implemented Interfaces:
dan200.computercraft.api.peripheral.IPeripheral
-
Field Summary
Fields inherited from class com.simibubi.create.compat.computercraft.implementation.peripherals.SyncedPeripheral
blockEntity -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.simibubi.create.compat.computercraft.implementation.peripherals.SyncedPeripheral
attach, detach, equals, onFirstAttach, onLastDetach, prepareComputerEvent, queueEventMethods 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
-
Constructor Details
-
StickerPeripheral
-
-
Method Details
-
isExtended
@LuaFunction public boolean isExtended() -
isAttachedToBlock
@LuaFunction public boolean isAttachedToBlock() -
extend
@LuaFunction(mainThread=true) public boolean extend() -
retract
@LuaFunction(mainThread=true) public boolean retract() -
toggle
@LuaFunction(mainThread=true) public boolean toggle() -
getType
-