Interface ITradeStation

All Superinterfaces:
net.minecraft.world.Clearable, net.minecraft.world.Container, ILetterHandler

public interface ITradeStation extends ILetterHandler, net.minecraft.world.Container
  • 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.api.mail.ILetterHandler

    handleLetter
  • Method Details

    • getAddress

      IMailAddress getAddress()
    • isValid

      boolean isValid()
    • invalidate

      void invalidate()
    • setVirtual

      void setVirtual(boolean isVirtual)
    • isVirtual

      boolean isVirtual()
    • getTradeInfo

      ITradeStationInfo getTradeInfo()