Interface VertexConsumerProvider

All Known Implementing Classes:
OutlineVertexConsumerProvider, VertexConsumerProvider.Immediate

@Environment(CLIENT) public interface VertexConsumerProvider
Mappings:
Namespace Name
official enh
intermediary net/minecraft/class_4597
named net/minecraft/client/render/VertexConsumerProvider
  • Method Details

    • immediate

      Mappings:
      Namespace Name Mixin selector
      official a Lenh;a(Ldqf;)Lenh$a;
      intermediary method_22991 Lnet/minecraft/class_4597;method_22991(Lnet/minecraft/class_287;)Lnet/minecraft/class_4597$class_4598;
      named immediate Lnet/minecraft/client/render/VertexConsumerProvider;immediate(Lnet/minecraft/client/render/BufferBuilder;)Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;
    • immediate

      static VertexConsumerProvider.Immediate immediate(Map<RenderLayer,BufferBuilder> layerBuffers, BufferBuilder fallbackBuffer)
      Mappings:
      Namespace Name Mixin selector
      official a Lenh;a(Ljava/util/Map;Ldqf;)Lenh$a;
      intermediary method_22992 Lnet/minecraft/class_4597;method_22992(Ljava/util/Map;Lnet/minecraft/class_287;)Lnet/minecraft/class_4597$class_4598;
      named immediate Lnet/minecraft/client/render/VertexConsumerProvider;immediate(Ljava/util/Map;Lnet/minecraft/client/render/BufferBuilder;)Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;
    • getBuffer

      VertexConsumer getBuffer(RenderLayer layer)
      Mappings:
      Namespace Name Mixin selector
      official getBuffer Lenh;getBuffer(Lenp;)Ldqo;
      intermediary getBuffer Lnet/minecraft/class_4597;getBuffer(Lnet/minecraft/class_1921;)Lnet/minecraft/class_4588;
      named getBuffer Lnet/minecraft/client/render/VertexConsumerProvider;getBuffer(Lnet/minecraft/client/render/RenderLayer;)Lnet/minecraft/client/render/VertexConsumer;