Interface ITubeBlockEntity

All Superinterfaces:
net.minecraft.world.Clearable

public interface ITubeBlockEntity extends net.minecraft.world.Clearable
  • Method Details

    • invalidateTubeRenderBoundingBox

      void invalidateTubeRenderBoundingBox()
    • getTube

      TubeBehaviour getTube()
    • 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.
    • clearContent

      default void clearContent()
      Specified by:
      clearContent in interface net.minecraft.world.Clearable