yarn/mappings/net/minecraft/client/util/GlAllocationUtils.mapping

16 lines
625 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_311 net/minecraft/client/util/GlAllocationUtils
METHOD method_1596 allocateByteBuffer (I)Ljava/nio/ByteBuffer;
2018-10-26 08:29:07 -04:00
ARG 0 size
METHOD method_35614 allocateShortBuffer (I)Ljava/nio/ShortBuffer;
ARG 0 size
METHOD method_35615 allocateCharBuffer (I)Ljava/nio/CharBuffer;
ARG 0 size
METHOD method_35616 allocateIntBuffer (I)Ljava/nio/IntBuffer;
ARG 0 size
METHOD method_35617 allocateLongBuffer (I)Ljava/nio/LongBuffer;
ARG 0 size
METHOD method_35618 allocateFloatBuffer (I)Ljava/nio/FloatBuffer;
ARG 0 size
METHOD method_35619 allocateDoubleBuffer (I)Ljava/nio/DoubleBuffer;
ARG 0 size