yarn/mappings/net/minecraft/client/render/Tessellator.mapping

17 lines
783 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_289 net/minecraft/client/render/Tessellator
COMMENT Holding a single instance of {@link BufferBuilder}.
COMMENT
COMMENT <p>This class reuses the buffer builder so a buffer doesn't have to be
COMMENT allocated every time.
2019-06-28 17:55:20 -04:00
FIELD field_1573 INSTANCE Lnet/minecraft/class_289;
FIELD field_1574 buffer Lnet/minecraft/class_287;
FIELD field_32052 DEFAULT_BUFFER_CAPACITY I
METHOD <init> (I)V
ARG 1 bufferCapacity
2019-06-28 17:55:20 -04:00
METHOD method_1348 getInstance ()Lnet/minecraft/class_289;
METHOD method_1349 getBuffer ()Lnet/minecraft/class_287;
2019-06-28 17:55:20 -04:00
METHOD method_1350 draw ()V
COMMENT Draws the contents of the buffer builder using the shader program
COMMENT specified with {@link com.mojang.blaze3d.systems.RenderSystem#setShader
COMMENT RenderSystem#setShader}.