Interface PlayerAwareBlockEntity

All Known Implementing Classes:
AbstractBaseNetworkNodeContainerBlockEntity, AbstractCableBlockEntity, AbstractCableLikeBlockEntity, AbstractConstructorBlockEntity, AbstractDestructorBlockEntity, AbstractDiskContainerBlockEntity, AbstractDiskDriveBlockEntity, AbstractDiskInterfaceBlockEntity, AbstractExporterBlockEntity, AbstractExternalStorageBlockEntity, AbstractGridBlockEntity, AbstractImporterBlockEntity, AutocrafterBlockEntity, AutocrafterManagerBlockEntity, AutocraftingMonitorBlockEntity, ControllerBlockEntity, CraftingGridBlockEntity, DetectorBlockEntity, GridBlockEntity, InterfaceBlockEntity, NetworkReceiverBlockEntity, NetworkTransmitterBlockEntity, PatternGridBlockEntity, RelayBlockEntity, SecurityManagerBlockEntity, StorageBlockBlockEntity, 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.

@FunctionalInterface public interface PlayerAwareBlockEntity
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPlacedBy(UUID playerId)
     
  • Method Details

    • setPlacedBy

      void setPlacedBy(UUID playerId)