Uses of Interface
net.minecraftforge.client.model.pipeline.IVertexConsumer
Package
Description
-
Uses of IVertexConsumer in net.minecraft.client.renderer.block.model
-
Uses of IVertexConsumer in net.minecraftforge.client.model
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected IVertexConsumer
QuadGatheringTransformer.parent
private IVertexConsumer
TransformerConsumer.parent
protected final IVertexConsumer
VertexTransformer.parent
Modifier and TypeMethodDescriptionvoid
IVertexProducer.pipe
(IVertexConsumer consumer) static void
LightUtil.putBakedQuad
(IVertexConsumer consumer, BakedQuad quad) void
QuadGatheringTransformer.setParent
(IVertexConsumer parent) void
VertexLighterFlat.setParent
(IVertexConsumer parent) ModifierConstructorDescriptionItemConsumer
(IVertexConsumer parent) protected
TransformerConsumer
(IVertexConsumer parent) TRSRTransformer
(IVertexConsumer parent, Transformation transform) VertexTransformer
(IVertexConsumer parent)