Package net.minecraft.client.render
Interface VertexFormatElement.Type.ClearTask
- Enclosing class:
VertexFormatElement.Type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@Environment(CLIENT)
private static interface VertexFormatElement.Type.ClearTask
- Mappings:
Namespace Name official eip$b$a
intermediary net/minecraft/class_296$class_298$class_5938
named net/minecraft/client/render/VertexFormatElement$Type$ClearTask
-
Method Summary
-
Method Details
-
clearBufferState
void clearBufferState(int uvIndex, int elementIndex) - Parameters:
elementIndex
- the index of the element in a vertex format- Mappings:
Namespace Name Mixin selector official clearBufferState
Leip$b$a;clearBufferState(II)V
intermediary clearBufferState
Lnet/minecraft/class_296$class_298$class_5938;clearBufferState(II)V
named clearBufferState
Lnet/minecraft/client/render/VertexFormatElement$Type$ClearTask;clearBufferState(II)V
-