Class GlAllocationUtils

java.lang.Object
net.minecraft.client.util.GlAllocationUtils

@Environment(CLIENT) public class GlAllocationUtils extends Object
Mappings:
Namespace Name
official bia
intermediary net/minecraft/class_329
named net/minecraft/client/util/GlAllocationUtils
  • Constructor Details

    • GlAllocationUtils

      public GlAllocationUtils()
  • Method Details

    • genLists

      public static int genLists(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbia;a(I)I
      intermediary method_849 Lnet/minecraft/class_329;method_849(I)I
      named genLists Lnet/minecraft/client/util/GlAllocationUtils;genLists(I)I
    • deleteLists

      public static void deleteLists(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Lbia;a(II)V
      intermediary method_9378 Lnet/minecraft/class_329;method_9378(II)V
      named deleteLists Lnet/minecraft/client/util/GlAllocationUtils;deleteLists(II)V
    • deleteSingletonList

      public static void deleteSingletonList(int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lbia;b(I)V
      intermediary method_851 Lnet/minecraft/class_329;method_851(I)V
      named deleteSingletonList Lnet/minecraft/client/util/GlAllocationUtils;deleteSingletonList(I)V
    • allocateByteBuffer

      public static ByteBuffer allocateByteBuffer(int size)
      Mappings:
      Namespace Name Mixin selector
      official c Lbia;c(I)Ljava/nio/ByteBuffer;
      intermediary method_852 Lnet/minecraft/class_329;method_852(I)Ljava/nio/ByteBuffer;
      named allocateByteBuffer Lnet/minecraft/client/util/GlAllocationUtils;allocateByteBuffer(I)Ljava/nio/ByteBuffer;
    • allocateIntBuffer

      public static IntBuffer allocateIntBuffer(int size)
      Mappings:
      Namespace Name Mixin selector
      official f Lbia;f(I)Ljava/nio/IntBuffer;
      intermediary method_853 Lnet/minecraft/class_329;method_853(I)Ljava/nio/IntBuffer;
      named allocateIntBuffer Lnet/minecraft/client/util/GlAllocationUtils;allocateIntBuffer(I)Ljava/nio/IntBuffer;
    • allocateFloatBuffer

      public static FloatBuffer allocateFloatBuffer(int size)
      Mappings:
      Namespace Name Mixin selector
      official h Lbia;h(I)Ljava/nio/FloatBuffer;
      intermediary method_854 Lnet/minecraft/class_329;method_854(I)Ljava/nio/FloatBuffer;
      named allocateFloatBuffer Lnet/minecraft/client/util/GlAllocationUtils;allocateFloatBuffer(I)Ljava/nio/FloatBuffer;