Class GlAllocationUtils

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

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

    • field_911

      private static final Map field_911
      Mappings:
      Namespace Name Mixin selector
      official a Lazb;a:Ljava/util/Map;
      intermediary field_911 Lnet/minecraft/class_329;field_911:Ljava/util/Map;
      named field_911 Lnet/minecraft/client/util/GlAllocationUtils;field_911:Ljava/util/Map;
    • field_912

      private static final List field_912
      Mappings:
      Namespace Name Mixin selector
      official b Lazb;b:Ljava/util/List;
      intermediary field_912 Lnet/minecraft/class_329;field_912:Ljava/util/List;
      named field_912 Lnet/minecraft/client/util/GlAllocationUtils;field_912:Ljava/util/List;
  • Constructor Details

    • GlAllocationUtils

      public GlAllocationUtils()
  • Method Details

    • genLists

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

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

      public static void method_848()
      Mappings:
      Namespace Name Mixin selector
      official a Lazb;a()V
      intermediary method_848 Lnet/minecraft/class_329;method_848()V
      named method_848 Lnet/minecraft/client/util/GlAllocationUtils;method_848()V
    • allocateByteBuffer

      public static ByteBuffer allocateByteBuffer(int size)
      Mappings:
      Namespace Name Mixin selector
      official c Lazb;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 Lazb;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 Lazb;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;