Interface ITubeBlockEntity


public interface ITubeBlockEntity
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Called only on the controller in the Tube Block Entity pair.
    default void
    Called on both ends of the Tube, if they still exist.
    void
     
  • Method Details

    • invalidateTubeRenderBoundingBox

      void invalidateTubeRenderBoundingBox()
    • afterTubeConnect

      default void afterTubeConnect()
      Called only on the controller in the Tube Block Entity pair.
    • beforeTubeDisconnect

      default void beforeTubeDisconnect()
      Called on both ends of the Tube, if they still exist.