Interface IMultiType<M extends IMulti<? super M>>


public interface IMultiType<M extends IMulti<? super M>>
An enclosed cuboid Multi-Block.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.simibubi.create.foundation.blockEntity.behaviour.BehaviourType<? extends MultiBehaviour<? extends M>>
     
    boolean
    Whether the IMulti can be moved as a whole by Create machinery.
  • Method Details

    • getBehaviourType

      com.simibubi.create.foundation.blockEntity.behaviour.BehaviourType<? extends MultiBehaviour<? extends M>> getBehaviourType()
    • isMoveable

      boolean isMoveable()
      Whether the IMulti can be moved as a whole by Create machinery. If false, interior Blocks must be connected to the walls in order to form a valid IMulti.