yarn/mappings/net/minecraft/client/render/model/BakedQuad.mapping

16 lines
370 B
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS dkw net/minecraft/client/render/model/BakedQuad
2016-09-10 15:26:52 -04:00
FIELD a vertexData [I
2016-08-24 13:54:06 -04:00
FIELD b colorIndex I
2019-03-20 13:56:26 -04:00
FIELD c face Lfa;
2019-04-10 11:36:17 -04:00
FIELD d sprite Ldtx;
METHOD <init> ([IILfa;Ldtx;)V
2018-11-04 07:22:38 -05:00
ARG 1 vertexData
ARG 2 colorIndex
ARG 3 face
ARG 4 sprite
2019-04-10 11:36:17 -04:00
METHOD a getSprite ()Ldtx;
2016-09-10 15:26:52 -04:00
METHOD b getVertexData ()[I
2016-08-24 13:54:06 -04:00
METHOD c hasColor ()Z
METHOD d getColorIndex ()I
2019-03-20 13:56:26 -04:00
METHOD e getFace ()Lfa;