Interface ICableFakeable

All Known Implementing Classes:
CableFakeableDefault, CableFakeableMultipartTicking

public interface ICableFakeable
Capability for cables that can become unreal. A cable can only become fake for a full block, not just for one side. This means that for example parts can exist in that block space without the cable being there.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setRealCable(boolean real)
     
  • Method Details

    • isRealCable

      boolean isRealCable()
      Returns:
      If this cable is a real cable, otherwise it is just a holder block for parts without connections.
    • setRealCable

      void setRealCable(boolean real)
      Parameters:
      real - If this cable is a real cable, otherwise it is just a holder block for parts without connections.