Package forestry.api.mail
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 TypeMethodDescriptionvoidbooleanisValid()booleanvoidsetVirtual(boolean isVirtual) Methods inherited from interface net.minecraft.world.Clearable
clearContentMethods inherited from interface net.minecraft.world.Container
canPlaceItem, canTakeItem, countItem, getContainerSize, getItem, getMaxStackSize, hasAnyMatching, hasAnyOf, isEmpty, removeItem, removeItemNoUpdate, setChanged, setItem, startOpen, stillValid, stopOpenMethods inherited from interface forestry.core.tiles.IFilterSlotDelegate
canSlotAccept, isLockedMethods inherited from interface forestry.api.mail.ILetterHandler
handleLetterMethods inherited from interface forestry.api.core.INbtReadable
readMethods inherited from interface forestry.api.core.INbtWritable
writeMethods inherited from interface forestry.mail.IWatchable
registerUpdateWatcher, setDirty, unregisterUpdateWatcherMethods inherited from interface net.minecraft.world.WorldlyContainer
canPlaceItemThroughFace, canTakeItemThroughFace, getSlotsForFace
-
Method Details
-
getAddress
-
isValid
boolean isValid() -
invalidate
void invalidate() -
setVirtual
void setVirtual(boolean isVirtual) -
isVirtual
boolean isVirtual() -
getTradeInfo
ITradeStationInfo getTradeInfo()
-