yarn/mappings/net/minecraft/client/render/VertexFormatElement.mapping

45 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS cnw net/minecraft/client/render/VertexFormatElement
CLASS cnw$a Format
FIELD a FLOAT Lcnw$a;
FIELD b UNSIGNED_BYTE Lcnw$a;
FIELD c BYTE Lcnw$a;
FIELD d UNSIGNED_SHORT Lcnw$a;
FIELD e SHORT Lcnw$a;
FIELD f UNSIGNED_INT Lcnw$a;
FIELD g INT Lcnw$a;
2016-08-28 17:10:48 -04:00
FIELD h id I
FIELD i name Ljava/lang/String;
FIELD j glId I
METHOD a getId ()I
METHOD b getName ()Ljava/lang/String;
METHOD c getGlId ()I
2018-12-05 09:11:37 -05:00
CLASS cnw$b Type
FIELD a POSITION Lcnw$b;
FIELD b NORMAL Lcnw$b;
FIELD c COLOR Lcnw$b;
FIELD d UV Lcnw$b;
FIELD e BONE_MATRIX Lcnw$b;
FIELD f BLEND_WEIGHT Lcnw$b;
FIELD g PADDING Lcnw$b;
2016-08-28 17:10:48 -04:00
FIELD h name Ljava/lang/String;
METHOD a getName ()Ljava/lang/String;
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2018-12-05 09:11:37 -05:00
FIELD b format Lcnw$a;
FIELD c type Lcnw$b;
2016-08-28 17:10:48 -04:00
FIELD d index I
FIELD e count I
2018-12-05 09:11:37 -05:00
METHOD <init> (ILcnw$a;Lcnw$b;I)V
2018-11-04 07:22:38 -05:00
ARG 1 index
ARG 2 format
ARG 3 type
2018-12-05 09:11:37 -05:00
METHOD a getFormat ()Lcnw$a;
METHOD a isValidType (ILcnw$b;)Z
2018-11-04 07:22:38 -05:00
ARG 1 index
2018-12-05 09:11:37 -05:00
METHOD b getType ()Lcnw$b;
2016-08-28 17:10:48 -04:00
METHOD c getCount ()I
METHOD d getIndex ()I
METHOD e getSize ()I
2018-12-05 09:11:37 -05:00
METHOD equals (Ljava/lang/Object;)Z
ARG 0 object
2016-08-28 17:10:48 -04:00
METHOD f isPosition ()Z