Uses of Interface
net.minecraftforge.client.model.pipeline.IVertexConsumer
Packages that use IVertexConsumer
Package
Description
-
Uses of IVertexConsumer in net.minecraft.client.renderer.model
Methods in net.minecraft.client.renderer.model with parameters of type IVertexConsumer -
Uses of IVertexConsumer in net.minecraftforge.client.model
Methods in net.minecraftforge.client.model with parameters of type IVertexConsumerModifier and TypeMethodDescriptionprivate 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 IVertexConsumerModifier and TypeMethodDescriptionprivate final 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 IVertexConsumerModifier and TypeMethodDescriptionprivate 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 IVertexConsumerModifier and TypeClassDescriptionclassAllows easier building of BakedQuad objects.static classclassclassclassclassAssumes VertexFormatElement is present in the BufferBuilder's vertex format.classclassclassFields in net.minecraftforge.client.model.pipeline declared as IVertexConsumerModifier and TypeFieldDescriptionprotected IVertexConsumerQuadGatheringTransformer.parentprivate IVertexConsumerTransformerConsumer.parentprotected final IVertexConsumerVertexTransformer.parentMethods in net.minecraftforge.client.model.pipeline with parameters of type IVertexConsumerModifier and TypeMethodDescriptionvoidIVertexProducer.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 IVertexConsumerModifierConstructorDescriptionItemConsumer(IVertexConsumer parent) protectedTransformerConsumer(IVertexConsumer parent) TRSRTransformer(IVertexConsumer parent, TransformationMatrix transform) VertexTransformer(IVertexConsumer parent)