Interface SectionTrackedVisual
- All Superinterfaces:
Visual
- All Known Subinterfaces:
LightUpdatedVisual,ShaderLightVisual
- All Known Implementing Classes:
AbstractBlockEntityVisual
public sealed interface SectionTrackedVisual
extends Visual
permits LightUpdatedVisual, ShaderLightVisual
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidSet the section collector object.
-
Method Details
-
setSectionCollector
Set the section collector object.This method is only called once, upon visual creation.
If the collector is invoked in this method, the visual will immediately be tracked in the given sections.- Parameters:
collector- The collector.
-