Class GlAllocationUtils

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

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

    • GlAllocationUtils

      public GlAllocationUtils()
  • Method Details

    • method_2215

      public static int method_2215​(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lavd;a(I)I
      intermediary method_2215 Lnet/minecraft/class_668;method_2215(I)I
      named method_2215 Lnet/minecraft/client/util/GlAllocationUtils;method_2215(I)I
    • method_2216

      public static void method_2216​(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Lavd;a(II)V
      intermediary method_2216 Lnet/minecraft/class_668;method_2216(II)V
      named method_2216 Lnet/minecraft/client/util/GlAllocationUtils;method_2216(II)V
    • method_2217

      public static void method_2217​(int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lavd;b(I)V
      intermediary method_2217 Lnet/minecraft/class_668;method_2217(I)V
      named method_2217 Lnet/minecraft/client/util/GlAllocationUtils;method_2217(I)V
    • allocateByteBuffer

      public static ByteBuffer allocateByteBuffer​(int size)
      Mappings:
      Namespace Name Mixin selector
      official c Lavd;c(I)Ljava/nio/ByteBuffer;
      intermediary method_2218 Lnet/minecraft/class_668;method_2218(I)Ljava/nio/ByteBuffer;
      named allocateByteBuffer Lnet/minecraft/client/util/GlAllocationUtils;allocateByteBuffer(I)Ljava/nio/ByteBuffer;
    • method_2219

      public static IntBuffer method_2219​(int int2)
      Mappings:
      Namespace Name Mixin selector
      official f Lavd;f(I)Ljava/nio/IntBuffer;
      intermediary method_2219 Lnet/minecraft/class_668;method_2219(I)Ljava/nio/IntBuffer;
      named method_2219 Lnet/minecraft/client/util/GlAllocationUtils;method_2219(I)Ljava/nio/IntBuffer;
    • allocateFloatBuffer

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