Skip navigation links
A B C D E F G H I L M N O P Q R S T U X Y Z 

M

material(RenderMaterial) - Method in interface net.fabricmc.fabric.api.renderer.v1.mesh.MutableQuadView
Assigns a different material to this quad.
material(RenderMaterial) - Method in interface net.fabricmc.fabric.api.renderer.v1.mesh.QuadEmitter
 
material() - Method in interface net.fabricmc.fabric.api.renderer.v1.mesh.QuadView
Retrieves the material serialized with the quad.
MATERIAL_STANDARD - Static variable in interface net.fabricmc.fabric.api.renderer.v1.material.RenderMaterial
This will be identical to the material that would be obtained by calling MaterialFinder.find() on a new, unaltered, MaterialFinder instance.
materialById(Identifier) - Method in interface net.fabricmc.fabric.api.renderer.v1.Renderer
Return a material previously registered via Renderer.registerMaterial(Identifier, RenderMaterial).
MaterialFinder - Interface in net.fabricmc.fabric.api.renderer.v1.material
Finds standard RenderMaterial instances used to communicate quad rendering characteristics to a RenderContext.
materialFinder() - Method in interface net.fabricmc.fabric.api.renderer.v1.Renderer
Obtain a new MaterialFinder instance used to retrieve standard RenderMaterial instances.
Mesh - Interface in net.fabricmc.fabric.api.renderer.v1.mesh
A bundle of one or more QuadView instances encoded by the renderer, typically via Renderer.meshBuilder().
MeshBuilder - Interface in net.fabricmc.fabric.api.renderer.v1.mesh
Similar in purpose to BufferBuilder but simpler and not tied to NIO or any other specific implementation, plus designed to handle both static and dynamic building.
meshBuilder() - Method in interface net.fabricmc.fabric.api.renderer.v1.Renderer
Obtain a new MeshBuilder instance used to create baked models with enhanced features.
meshConsumer() - Method in interface net.fabricmc.fabric.api.renderer.v1.render.RenderContext
Used by models to send vertex data previously baked via MeshBuilder.
MODEL_TRANSFORM_BLOCK - Static variable in class net.fabricmc.fabric.api.renderer.v1.model.ModelHelper
Mimics the vanilla model transformation used for most vanilla blocks, and should be suitable for most custom block-like models.
ModelAppender - Interface in net.fabricmc.fabric.api.client.model
 
ModelHelper - Class in net.fabricmc.fabric.api.renderer.v1.model
Collection of utilities for model implementations.
ModelLoadingRegistry - Interface in net.fabricmc.fabric.api.client.model
 
ModelProviderContext - Interface in net.fabricmc.fabric.api.client.model
The model loading context used during model providing.
ModelProviderException - Exception in net.fabricmc.fabric.api.client.model
 
ModelProviderException(String) - Constructor for exception net.fabricmc.fabric.api.client.model.ModelProviderException
 
ModelProviderException(String, Throwable) - Constructor for exception net.fabricmc.fabric.api.client.model.ModelProviderException
 
ModelResourceProvider - Interface in net.fabricmc.fabric.api.client.model
Interface for model resource providers.
ModelVariantProvider - Interface in net.fabricmc.fabric.api.client.model
Interface for model variant providers.
MutableQuadView - Interface in net.fabricmc.fabric.api.renderer.v1.mesh
A mutable QuadView instance.
A B C D E F G H I L M N O P Q R S T U X Y Z 
Skip navigation links