Uses of Interface
net.minecraftforge.client.model.pipeline.IVertexConsumer
Packages that use IVertexConsumer
Package
Description
-
Uses of IVertexConsumer in net.minecraft.client.renderer.block.model
Methods in net.minecraft.client.renderer.block.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 void
FluidModel.BakedFluid.putVertex
(IVertexConsumer consumer, Direction side, boolean offset, float x, float y, float z, float u, float v) private static void
ItemLayerModel.putVertex
(IVertexConsumer consumer, Direction side, float x, float y, float z, float u, float v, int uLight, int vLight) private static void
ItemTextureQuadConverter.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 void
B3DLoader.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 void
OBJModel.putVertexData
(IVertexConsumer consumer, Vector4f position0, Vec2 texCoord0, Vector3f normal0, Vector4f color0, Vec2 uv2, TextureAtlasSprite texture) -
Uses of IVertexConsumer in net.minecraftforge.client.model.pipeline
Classes in net.minecraftforge.client.model.pipeline that implement IVertexConsumerModifier and TypeClassDescriptionclass
Allows easier building of BakedQuad objects.static class
class
class
class
class
Assumes VertexFormatElement is present in the BufferBuilder's vertex format.class
class
class
Fields in net.minecraftforge.client.model.pipeline declared as IVertexConsumerModifier and TypeFieldDescriptionprotected IVertexConsumer
QuadGatheringTransformer.parent
private IVertexConsumer
TransformerConsumer.parent
protected final IVertexConsumer
VertexTransformer.parent
Methods in net.minecraftforge.client.model.pipeline with parameters of type IVertexConsumerModifier and TypeMethodDescriptionvoid
IVertexProducer.pipe
(IVertexConsumer consumer) static void
LightUtil.putBakedQuad
(IVertexConsumer consumer, BakedQuad quad) void
QuadGatheringTransformer.setParent
(IVertexConsumer parent) void
VertexLighterFlat.setParent
(IVertexConsumer parent) Constructors in net.minecraftforge.client.model.pipeline with parameters of type IVertexConsumerModifierConstructorDescriptionItemConsumer
(IVertexConsumer parent) protected
TransformerConsumer
(IVertexConsumer parent) TRSRTransformer
(IVertexConsumer parent, Transformation transform) VertexTransformer
(IVertexConsumer parent)