Package net.minecraft.client.util
Class GlAllocationUtils
java.lang.Object
net.minecraft.client.util.GlAllocationUtils
- Mappings:
Namespace Name intermediary net/minecraft/class_214glue class_235server net/minecraft/class_214client genamed net/minecraft/client/util/GlAllocationUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBufferallocateByteBuffer(int size) static FloatBufferallocateFloatBuffer(int size) static IntBufferallocateIntBuffer(int size) static voidclear()static voiddeleteDisplayLists(int index) static intgenerateDisplayLists(int range) static voidgenerateTextureNames(IntBuffer textures)
-
Field Details
-
DISPLAY_LISTS
- Mappings:
Namespace Name Mixin selector intermediary field_795Lnet/minecraft/class_214;field_795:Ljava/util/List;glue field_992Lclass_235;field_992:Ljava/util/List;server field_795Lnet/minecraft/class_214;field_795:Ljava/util/List;client aLge;a:Ljava/util/List;named DISPLAY_LISTSLnet/minecraft/client/util/GlAllocationUtils;DISPLAY_LISTS:Ljava/util/List;
-
TEXTURE_NAMES
- Mappings:
Namespace Name Mixin selector intermediary field_796Lnet/minecraft/class_214;field_796:Ljava/util/List;glue field_993Lclass_235;field_993:Ljava/util/List;server field_796Lnet/minecraft/class_214;field_796:Ljava/util/List;client bLge;b:Ljava/util/List;named TEXTURE_NAMESLnet/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_741Lnet/minecraft/class_214;method_741(I)Iglue method_1105Lclass_235;method_1105(I)Iserver method_741Lnet/minecraft/class_214;method_741(I)Iclient aLge;a(I)Inamed generateDisplayListsLnet/minecraft/client/util/GlAllocationUtils;generateDisplayLists(I)I
-
generateTextureNames
- Mappings:
Namespace Name Mixin selector intermediary method_742Lnet/minecraft/class_214;method_742(Ljava/nio/IntBuffer;)Vglue method_1106Lclass_235;method_1106(Ljava/nio/IntBuffer;)Vserver method_742Lnet/minecraft/class_214;method_742(Ljava/nio/IntBuffer;)Vclient aLge;a(Ljava/nio/IntBuffer;)Vnamed generateTextureNamesLnet/minecraft/client/util/GlAllocationUtils;generateTextureNames(Ljava/nio/IntBuffer;)V
-
deleteDisplayLists
public static void deleteDisplayLists(int index) - Mappings:
Namespace Name Mixin selector intermediary method_743Lnet/minecraft/class_214;method_743(I)Vglue method_1107Lclass_235;method_1107(I)Vserver method_743Lnet/minecraft/class_214;method_743(I)Vclient bLge;b(I)Vnamed deleteDisplayListsLnet/minecraft/client/util/GlAllocationUtils;deleteDisplayLists(I)V
-
clear
public static void clear()- Mappings:
Namespace Name Mixin selector intermediary method_740Lnet/minecraft/class_214;method_740()Vglue method_1104Lclass_235;method_1104()Vserver method_740Lnet/minecraft/class_214;method_740()Vclient aLge;a()Vnamed clearLnet/minecraft/client/util/GlAllocationUtils;clear()V
-
allocateByteBuffer
- Mappings:
Namespace Name Mixin selector intermediary method_744Lnet/minecraft/class_214;method_744(I)Ljava/nio/ByteBuffer;glue method_1108Lclass_235;method_1108(I)Ljava/nio/ByteBuffer;server method_744Lnet/minecraft/class_214;method_744(I)Ljava/nio/ByteBuffer;client cLge;c(I)Ljava/nio/ByteBuffer;named allocateByteBufferLnet/minecraft/client/util/GlAllocationUtils;allocateByteBuffer(I)Ljava/nio/ByteBuffer;
-
allocateIntBuffer
- Mappings:
Namespace Name Mixin selector intermediary method_745Lnet/minecraft/class_214;method_745(I)Ljava/nio/IntBuffer;glue method_1109Lclass_235;method_1109(I)Ljava/nio/IntBuffer;server method_745Lnet/minecraft/class_214;method_745(I)Ljava/nio/IntBuffer;client dLge;d(I)Ljava/nio/IntBuffer;named allocateIntBufferLnet/minecraft/client/util/GlAllocationUtils;allocateIntBuffer(I)Ljava/nio/IntBuffer;
-
allocateFloatBuffer
- Mappings:
Namespace Name Mixin selector intermediary method_746Lnet/minecraft/class_214;method_746(I)Ljava/nio/FloatBuffer;glue method_1110Lclass_235;method_1110(I)Ljava/nio/FloatBuffer;server method_746Lnet/minecraft/class_214;method_746(I)Ljava/nio/FloatBuffer;client eLge;e(I)Ljava/nio/FloatBuffer;named allocateFloatBufferLnet/minecraft/client/util/GlAllocationUtils;allocateFloatBuffer(I)Ljava/nio/FloatBuffer;
-