Package dev.engine_room.vanillin.compose
Class ComposableEntityVisual.Controller<T>
java.lang.Object
dev.engine_room.vanillin.compose.ComposableEntityVisual.Controller<T>
- Enclosing class:
ComposableEntityVisual<T extends net.minecraft.world.entity.Entity>
Shared state between all visuals of the same type. Wrap it in a class so that the actual Visual class can be smaller.
-
Constructor Summary
ConstructorsConstructorDescriptionController(ConfiguredElement<? super T>[] elements, VisualizationPredicate<T> predicate) -
Method Summary
-
Constructor Details
-
Controller
-