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

16 lines
370 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS dfr 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
2018-11-27 13:50:51 -05:00
FIELD c face Ley;
2019-01-09 12:20:38 -05:00
FIELD d sprite Ldok;
METHOD <init> ([IILey;Ldok;)V
2018-11-04 07:22:38 -05:00
ARG 1 vertexData
ARG 2 colorIndex
ARG 3 face
ARG 4 sprite
2019-01-09 12:20:38 -05:00
METHOD a getSprite ()Ldok;
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
2018-11-27 13:50:51 -05:00
METHOD e getFace ()Ley;