Class GlAllocationUtils

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

@Environment(CLIENT) public class GlAllocationUtils extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_214
glue class_235
server net/minecraft/class_214
client ge
named net/minecraft/client/util/GlAllocationUtils
  • Field Details

    • DISPLAY_LISTS

      private static List DISPLAY_LISTS
      Mappings:
      Namespace Name Mixin selector
      intermediary field_795 Lnet/minecraft/class_214;field_795:Ljava/util/List;
      glue field_992 Lclass_235;field_992:Ljava/util/List;
      server field_795 Lnet/minecraft/class_214;field_795:Ljava/util/List;
      client a Lge;a:Ljava/util/List;
      named DISPLAY_LISTS Lnet/minecraft/client/util/GlAllocationUtils;DISPLAY_LISTS:Ljava/util/List;
    • TEXTURE_NAMES

      private static List TEXTURE_NAMES
      Mappings:
      Namespace Name Mixin selector
      intermediary field_796 Lnet/minecraft/class_214;field_796:Ljava/util/List;
      glue field_993 Lclass_235;field_993:Ljava/util/List;
      server field_796 Lnet/minecraft/class_214;field_796:Ljava/util/List;
      client b Lge;b:Ljava/util/List;
      named TEXTURE_NAMES Lnet/minecraft/client/util/GlAllocationUtils;TEXTURE_NAMES:Ljava/util/List;
  • Constructor Details

    • GlAllocationUtils

      public GlAllocationUtils()
  • Method Details

    • generateDisplayLists

      public static int generateDisplayLists(int range)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_741 Lnet/minecraft/class_214;method_741(I)I
      glue method_1105 Lclass_235;method_1105(I)I
      server method_741 Lnet/minecraft/class_214;method_741(I)I
      client a Lge;a(I)I
      named generateDisplayLists Lnet/minecraft/client/util/GlAllocationUtils;generateDisplayLists(I)I
    • generateTextureNames

      public static void generateTextureNames(IntBuffer textures)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_742 Lnet/minecraft/class_214;method_742(Ljava/nio/IntBuffer;)V
      glue method_1106 Lclass_235;method_1106(Ljava/nio/IntBuffer;)V
      server method_742 Lnet/minecraft/class_214;method_742(Ljava/nio/IntBuffer;)V
      client a Lge;a(Ljava/nio/IntBuffer;)V
      named generateTextureNames Lnet/minecraft/client/util/GlAllocationUtils;generateTextureNames(Ljava/nio/IntBuffer;)V
    • deleteDisplayLists

      public static void deleteDisplayLists(int index)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_743 Lnet/minecraft/class_214;method_743(I)V
      glue method_1107 Lclass_235;method_1107(I)V
      server method_743 Lnet/minecraft/class_214;method_743(I)V
      client b Lge;b(I)V
      named deleteDisplayLists Lnet/minecraft/client/util/GlAllocationUtils;deleteDisplayLists(I)V
    • clear

      public static void clear()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_740 Lnet/minecraft/class_214;method_740()V
      glue method_1104 Lclass_235;method_1104()V
      server method_740 Lnet/minecraft/class_214;method_740()V
      client a Lge;a()V
      named clear Lnet/minecraft/client/util/GlAllocationUtils;clear()V
    • allocateByteBuffer

      public static ByteBuffer allocateByteBuffer(int size)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_744 Lnet/minecraft/class_214;method_744(I)Ljava/nio/ByteBuffer;
      glue method_1108 Lclass_235;method_1108(I)Ljava/nio/ByteBuffer;
      server method_744 Lnet/minecraft/class_214;method_744(I)Ljava/nio/ByteBuffer;
      client c Lge;c(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
      intermediary method_745 Lnet/minecraft/class_214;method_745(I)Ljava/nio/IntBuffer;
      glue method_1109 Lclass_235;method_1109(I)Ljava/nio/IntBuffer;
      server method_745 Lnet/minecraft/class_214;method_745(I)Ljava/nio/IntBuffer;
      client d Lge;d(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
      intermediary method_746 Lnet/minecraft/class_214;method_746(I)Ljava/nio/FloatBuffer;
      glue method_1110 Lclass_235;method_1110(I)Ljava/nio/FloatBuffer;
      server method_746 Lnet/minecraft/class_214;method_746(I)Ljava/nio/FloatBuffer;
      client e Lge;e(I)Ljava/nio/FloatBuffer;
      named allocateFloatBuffer Lnet/minecraft/client/util/GlAllocationUtils;allocateFloatBuffer(I)Ljava/nio/FloatBuffer;