Class GlAllocationUtils

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

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

    • GlAllocationUtils

      public GlAllocationUtils()
  • Method Details

    • allocateByteBuffer

      public static ByteBuffer allocateByteBuffer(int size)
      Mappings:
      Namespace Name Mixin selector
      official a Ldoh;a(I)Ljava/nio/ByteBuffer;
      intermediary method_1596 Lnet/minecraft/class_311;method_1596(I)Ljava/nio/ByteBuffer;
      named allocateByteBuffer Lnet/minecraft/client/util/GlAllocationUtils;allocateByteBuffer(I)Ljava/nio/ByteBuffer;
    • method_35614

      public static ShortBuffer method_35614(int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Ldoh;b(I)Ljava/nio/ShortBuffer;
      intermediary method_35614 Lnet/minecraft/class_311;method_35614(I)Ljava/nio/ShortBuffer;
      named method_35614 Lnet/minecraft/client/util/GlAllocationUtils;method_35614(I)Ljava/nio/ShortBuffer;
    • method_35615

      public static CharBuffer method_35615(int int2)
      Mappings:
      Namespace Name Mixin selector
      official c Ldoh;c(I)Ljava/nio/CharBuffer;
      intermediary method_35615 Lnet/minecraft/class_311;method_35615(I)Ljava/nio/CharBuffer;
      named method_35615 Lnet/minecraft/client/util/GlAllocationUtils;method_35615(I)Ljava/nio/CharBuffer;
    • method_35616

      public static IntBuffer method_35616(int int2)
      Mappings:
      Namespace Name Mixin selector
      official d Ldoh;d(I)Ljava/nio/IntBuffer;
      intermediary method_35616 Lnet/minecraft/class_311;method_35616(I)Ljava/nio/IntBuffer;
      named method_35616 Lnet/minecraft/client/util/GlAllocationUtils;method_35616(I)Ljava/nio/IntBuffer;
    • method_35617

      public static LongBuffer method_35617(int int2)
      Mappings:
      Namespace Name Mixin selector
      official e Ldoh;e(I)Ljava/nio/LongBuffer;
      intermediary method_35617 Lnet/minecraft/class_311;method_35617(I)Ljava/nio/LongBuffer;
      named method_35617 Lnet/minecraft/client/util/GlAllocationUtils;method_35617(I)Ljava/nio/LongBuffer;
    • method_35618

      public static FloatBuffer method_35618(int int2)
      Mappings:
      Namespace Name Mixin selector
      official f Ldoh;f(I)Ljava/nio/FloatBuffer;
      intermediary method_35618 Lnet/minecraft/class_311;method_35618(I)Ljava/nio/FloatBuffer;
      named method_35618 Lnet/minecraft/client/util/GlAllocationUtils;method_35618(I)Ljava/nio/FloatBuffer;
    • method_35619

      public static DoubleBuffer method_35619(int int2)
      Mappings:
      Namespace Name Mixin selector
      official g Ldoh;g(I)Ljava/nio/DoubleBuffer;
      intermediary method_35619 Lnet/minecraft/class_311;method_35619(I)Ljava/nio/DoubleBuffer;
      named method_35619 Lnet/minecraft/client/util/GlAllocationUtils;method_35619(I)Ljava/nio/DoubleBuffer;