Uses of Interface
net.minecraftforge.client.model.pipeline.IVertexConsumer
-
-
Uses of IVertexConsumer in net.minecraft.client.renderer.model
Methods in net.minecraft.client.renderer.model with parameters of type IVertexConsumer Modifier and Type Method Description voidBakedQuad. pipe(IVertexConsumer consumer) -
Uses of IVertexConsumer in net.minecraftforge.client.model
Methods in net.minecraftforge.client.model with parameters of type IVertexConsumer Modifier and Type Method Description private voidFluidModel.BakedFluid. putVertex(IVertexConsumer consumer, Direction side, boolean offset, float x, float y, float z, float u, float v)private static voidItemLayerModel. putVertex(IVertexConsumer consumer, Direction side, float x, float y, float z, float u, float v, int uLight, int vLight)private static voidItemTextureQuadConverter. putVertex(IVertexConsumer consumer, Direction side, float x, float y, float z, float u, float v, int color, int luminosity) -
Uses of IVertexConsumer in net.minecraftforge.client.model.b3d
Methods in net.minecraftforge.client.model.b3d with parameters of type IVertexConsumer Modifier and Type Method Description private voidB3DLoader.BakedWrapper. putVertexData(IVertexConsumer consumer, B3DModel.Vertex v, Vector3f faceNormal, TextureAtlasSprite sprite) -
Uses of IVertexConsumer in net.minecraftforge.client.model.obj
Methods in net.minecraftforge.client.model.obj with parameters of type IVertexConsumer Modifier and Type Method Description private voidOBJModel. putVertexData(IVertexConsumer consumer, Vector4f position0, Vector2f texCoord0, Vector3f normal0, Vector4f color0, Vector2f uv2, TextureAtlasSprite texture) -
Uses of IVertexConsumer in net.minecraftforge.client.model.pipeline
Classes in net.minecraftforge.client.model.pipeline that implement IVertexConsumer Modifier and Type Class Description classBakedQuadBuilderAllows easier building of BakedQuad objects.static classLightUtil.ItemConsumerclassQuadGatheringTransformerclassTransformerConsumerclassTRSRTransformerclassVertexBufferConsumerAssumes VertexFormatElement is present in the BufferBuilder's vertex format.classVertexLighterFlatclassVertexLighterSmoothAoclassVertexTransformerFields in net.minecraftforge.client.model.pipeline declared as IVertexConsumer Modifier and Type Field Description protected IVertexConsumerQuadGatheringTransformer. parentprivate IVertexConsumerTransformerConsumer. parentprotected IVertexConsumerVertexTransformer. parentMethods in net.minecraftforge.client.model.pipeline with parameters of type IVertexConsumer Modifier and Type Method Description voidIVertexProducer. pipe(IVertexConsumer consumer)static voidLightUtil. putBakedQuad(IVertexConsumer consumer, BakedQuad quad)voidQuadGatheringTransformer. setParent(IVertexConsumer parent)voidVertexLighterFlat. setParent(IVertexConsumer parent)Constructors in net.minecraftforge.client.model.pipeline with parameters of type IVertexConsumer Constructor Description ItemConsumer(IVertexConsumer parent)TransformerConsumer(IVertexConsumer parent)TRSRTransformer(IVertexConsumer parent, TransformationMatrix transform)VertexTransformer(IVertexConsumer parent)
-