java.lang.Object
com.simibubi.create.compat.computercraft.implementation.peripherals.SyncedPeripheral<TableClothBlockEntity>
com.simibubi.create.compat.computercraft.implementation.peripherals.TableClothShopPeripheral
All Implemented Interfaces:
dan200.computercraft.api.peripheral.IPeripheral

public class TableClothShopPeripheral extends SyncedPeripheral<TableClothBlockEntity>
  • Constructor Details

  • Method Details

    • isShop

      @LuaFunction(mainThread=true) public final boolean isShop()
    • getAddress

      @LuaFunction(mainThread=true) public final String getAddress() throws dan200.computercraft.api.lua.LuaException
      Throws:
      dan200.computercraft.api.lua.LuaException
    • setAddress

      @LuaFunction(mainThread=true) public final void setAddress(String address) throws dan200.computercraft.api.lua.LuaException
      Throws:
      dan200.computercraft.api.lua.LuaException
    • getPriceTagItem

      @LuaFunction(mainThread=true) public final Map<String,?> getPriceTagItem() throws dan200.computercraft.api.lua.LuaException
      Throws:
      dan200.computercraft.api.lua.LuaException
    • setPriceTagItem

      @LuaFunction(mainThread=true) public final void setPriceTagItem(Optional<String> itemName) throws dan200.computercraft.api.lua.LuaException
      Throws:
      dan200.computercraft.api.lua.LuaException
    • getPriceTagCount

      @LuaFunction(mainThread=true) public final int getPriceTagCount() throws dan200.computercraft.api.lua.LuaException
      Throws:
      dan200.computercraft.api.lua.LuaException
    • setPriceTagCount

      @LuaFunction(mainThread=true) public final void setPriceTagCount(Optional<Double> argument) throws dan200.computercraft.api.lua.LuaException
      Throws:
      dan200.computercraft.api.lua.LuaException
    • getWares

      @LuaFunction(mainThread=true) public final Map<Integer,Map<String,?>> getWares() throws dan200.computercraft.api.lua.LuaException
      Throws:
      dan200.computercraft.api.lua.LuaException
    • setWares

      @LuaFunction(mainThread=true) public final void setWares(dan200.computercraft.api.lua.IArguments arguments) throws dan200.computercraft.api.lua.LuaException
      Throws:
      dan200.computercraft.api.lua.LuaException
    • getType

      public String getType()