Interface NetworkItemTargetBlockEntity

All Known Implementing Classes:
AbstractDiskContainerBlockEntity, AbstractDiskDriveBlockEntity, AbstractDiskInterfaceBlockEntity, AbstractGridBlockEntity, AbstractLevelInteractingNetworkNodeContainerBlockEntity, AbstractRedstoneModeNetworkNodeContainerBlockEntity, AbstractSchedulingNetworkNodeContainerBlockEntity, AbstractUpgradeableNetworkNodeContainerBlockEntity, BaseNetworkNodeContainerBlockEntity, ConstructorBlockEntity, ControllerBlockEntity, CraftingGridBlockEntity, DestructorBlockEntity, DetectorBlockEntity, ExporterBlockEntity, ExternalStorageBlockEntity, FluidStorageBlockBlockEntity, GridBlockEntity, ImporterBlockEntity, InterfaceBlockEntity, ItemStorageBlockBlockEntity, NetworkReceiverBlockEntity, NetworkTransmitterBlockEntity, PatternGridBlockEntity, RelayBlockEntity, SecurityManagerBlockEntity, StorageMonitorBlockEntity, WirelessTransmitterBlockEntity
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@API(status=STABLE, since="2.0.0-milestone.3.6") @FunctionalInterface public interface NetworkItemTargetBlockEntity
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getNetworkForItem

      @Nullable Network getNetworkForItem()