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

16 lines
370 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS bvn 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
2017-06-08 10:01:49 -04:00
FIELD c face Lfa;
FIELD d sprite Lcdo;
METHOD <init> ([IILfa;Lcdo;)V
ARG 0 vertexData
ARG 1 colorIndex
ARG 2 face
ARG 3 sprite
2017-06-08 10:01:49 -04:00
METHOD a getSprite ()Lcdo;
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
2017-06-08 10:01:49 -04:00
METHOD e getFace ()Lfa;