Interface ITradeStation

All Superinterfaces:
net.minecraft.world.Clearable, net.minecraft.world.Container, forestry.core.tiles.IFilterSlotDelegate, forestry.core.inventory.IInventoryAdapter, ILetterHandler, INbtReadable, INbtWritable, forestry.mail.IWatchable, net.minecraft.world.WorldlyContainer

public interface ITradeStation extends ILetterHandler, net.minecraft.world.Container, forestry.mail.IWatchable, forestry.core.inventory.IInventoryAdapter
  • Nested Class Summary

    Nested classes/interfaces inherited from interface forestry.mail.IWatchable

    forestry.mail.IWatchable.Watcher
  • Field Summary

    Fields inherited from interface net.minecraft.world.Container

    DEFAULT_DISTANCE_LIMIT, LARGE_MAX_STACK_SIZE
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
     
    boolean
     
    boolean
     
    void
    setVirtual(boolean isVirtual)
     

    Methods inherited from interface net.minecraft.world.Clearable

    clearContent

    Methods inherited from interface net.minecraft.world.Container

    canPlaceItem, canTakeItem, countItem, getContainerSize, getItem, getMaxStackSize, hasAnyMatching, hasAnyOf, isEmpty, removeItem, removeItemNoUpdate, setChanged, setItem, startOpen, stillValid, stopOpen

    Methods inherited from interface forestry.core.tiles.IFilterSlotDelegate

    canSlotAccept, isLocked

    Methods inherited from interface forestry.api.mail.ILetterHandler

    handleLetter

    Methods inherited from interface forestry.api.core.INbtReadable

    read

    Methods inherited from interface forestry.api.core.INbtWritable

    write

    Methods inherited from interface forestry.mail.IWatchable

    registerUpdateWatcher, setDirty, unregisterUpdateWatcher

    Methods inherited from interface net.minecraft.world.WorldlyContainer

    canPlaceItemThroughFace, canTakeItemThroughFace, getSlotsForFace
  • Method Details

    • getAddress

      @Nullable IMailAddress getAddress()
    • isValid

      boolean isValid()
    • invalidate

      void invalidate()
    • setVirtual

      void setVirtual(boolean isVirtual)
    • isVirtual

      boolean isVirtual()
    • getTradeInfo

      ITradeStationInfo getTradeInfo()