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

public class StickerPeripheral extends SyncedPeripheral<StickerBlockEntity>
  • Constructor Details

  • 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

      @NotNull public @NotNull String getType()