Interface GpuBuffer.class_10858

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
class_10859.ReadResult
Enclosing class:
GpuBuffer

@Environment(CLIENT) public static interface GpuBuffer.class_10858 extends AutoCloseable
Mappings:
Namespace Name
named net/minecraft/client/gl/GpuBuffer$class_10858
intermediary net/minecraft/class_10227$class_10858
official fig$a
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
  • Method Details

    • getBuf

      ByteBuffer getBuf()
      Mappings:
      Namespace Name Mixin selector
      named getBuf Lnet/minecraft/client/gl/GpuBuffer$class_10858;getBuf()Ljava/nio/ByteBuffer;
      intermediary method_64323 Lnet/minecraft/class_10227$class_10858;method_64323()Ljava/nio/ByteBuffer;
      official a Lfig$a;a()Ljava/nio/ByteBuffer;
    • close

      void close()
      Specified by:
      close in interface AutoCloseable