Package com.jozufozu.flywheel.api.visualization
@ParametersAreNonnullByDefault
package com.jozufozu.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 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.