Interface ITubeBlockEntity
public interface ITubeBlockEntity
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidCalled only on the controller in the Tube Block Entity pair.default voidCalled 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.
-