Interface IDirectionalSemiblock

All Known Implementing Classes:
AbstractLogisticsFrameEntity, LogisticsActiveProviderEntity, LogisticsDefaultStorageEntity, LogisticsPassiveProviderEntity, LogisticsRequesterEntity, LogisticsStorageEntity, TransferGadgetEntity

public interface IDirectionalSemiblock
Represents a semiblock which sits on the side of an actual block, rather than occupying the same space. E.g. Transfer Gadgets and Logistics Frames are directional, but Crop Supports and Heat Frames are not.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.core.Direction
     
    void
    setSide(net.minecraft.core.Direction direction)
     
  • Method Details

    • getSide

      net.minecraft.core.Direction getSide()
    • setSide

      void setSide(net.minecraft.core.Direction direction)