Package dev.engine_room.flywheel.api.visualization
@ParametersAreNonnullByDefault
package dev.engine_room.flywheel.api.visualization
-
ClassDescriptionBlockEntityVisualizer<T extends net.minecraft.world.level.block.entity.BlockEntity>A visualizer that will be keyed to a block entity type.EntityVisualizer<T extends net.minecraft.world.entity.Entity>A visualizer that will be keyed to an entity type.A visualization context that can apply a transformation to instances created through its instancer provider.A context object passed on visual creation.A marker interface custom levels can override to indicate that block entities and entities inside the level should render with Flywheel.The registry for
Visualizers.