Class MeshVertexConsumerMixin
java.lang.Object
meteordevelopment.meteorclient.mixin.sodium.MeshVertexConsumerMixin
- All Implemented Interfaces:
net.caffeinemc.mods.sodium.api.vertex.buffer.VertexBufferWriter,net.minecraft.client.render.VertexConsumer
public abstract class MeshVertexConsumerMixin
extends Object
implements net.minecraft.client.render.VertexConsumer, net.caffeinemc.mods.sodium.api.vertex.buffer.VertexBufferWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpush(org.lwjgl.system.MemoryStack stack, long ptr, int count, net.minecraft.client.render.VertexFormat format) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.caffeinemc.mods.sodium.api.vertex.buffer.VertexBufferWriter
canUseIntrinsicsMethods inherited from interface net.minecraft.client.render.VertexConsumer
color, color, color, colorRgb, light, light, normal, normal, overlay, overlay, quad, quad, texture, vertex, vertex, vertex, vertex, vertex, vertex
-
Constructor Details
-
MeshVertexConsumerMixin
public MeshVertexConsumerMixin()
-
-
Method Details
-
push
public void push(org.lwjgl.system.MemoryStack stack, long ptr, int count, net.minecraft.client.render.VertexFormat format) - Specified by:
pushin interfacenet.caffeinemc.mods.sodium.api.vertex.buffer.VertexBufferWriter
-