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

15 lines
355 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS dex 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;
2018-12-12 12:12:26 -05:00
FIELD d sprite Ldno;
2018-12-12 12:22:18 -05:00
METHOD <init> ([IILey;Ldno;)V
2018-11-04 07:22:38 -05:00
ARG 1 vertexData
ARG 2 colorIndex
ARG 3 face
2018-12-12 12:12:26 -05:00
METHOD a getSprite ()Ldno;
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;