Package net.fabricmc.fabric.api.renderer.v1.model

Types

FabricBakedModel
Link copied to clipboard
public interface FabricBakedModel
Interface for baked models that output meshes with enhanced rendering features.
ForwardingBakedModel
Link copied to clipboard
public abstract class ForwardingBakedModel implements BakedModel, FabricBakedModel
Base class for specialized model implementations that need to wrap other baked models.
ModelHelper
Link copied to clipboard
public abstract class ModelHelper
Collection of utilities for model implementations.
SpriteFinder
Link copied to clipboard
public interface SpriteFinder
Indexes a texture atlas to allow fast lookup of Sprites from baked vertex coordinates.