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

16 lines
370 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS dgo 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-02-13 12:35:08 -05:00
FIELD c face Lew;
FIELD d sprite Ldpm;
METHOD <init> ([IILew;Ldpm;)V
2018-11-04 07:22:38 -05:00
ARG 1 vertexData
ARG 2 colorIndex
ARG 3 face
ARG 4 sprite
2019-02-13 12:35:08 -05:00
METHOD a getSprite ()Ldpm;
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-02-13 12:35:08 -05:00
METHOD e getFace ()Lew;