Interface ITubeBlockEntity
- All Superinterfaces:
net.minecraft.world.Clearable
public interface ITubeBlockEntity
extends net.minecraft.world.Clearable
-
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.default voidgetTube()void
-
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:
clearContentin interfacenet.minecraft.world.Clearable
-