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

45 lines
1.1 KiB
Plaintext

CLASS cpp net/minecraft/client/render/VertexFormatElement
CLASS cpp$a Format
FIELD a FLOAT Lcpp$a;
FIELD b UNSIGNED_BYTE Lcpp$a;
FIELD c BYTE Lcpp$a;
FIELD d UNSIGNED_SHORT Lcpp$a;
FIELD e SHORT Lcpp$a;
FIELD f UNSIGNED_INT Lcpp$a;
FIELD g INT Lcpp$a;
FIELD h size I
FIELD i name Ljava/lang/String;
FIELD j glId I
METHOD a getSize ()I
METHOD b getName ()Ljava/lang/String;
METHOD c getGlId ()I
CLASS cpp$b Type
FIELD a POSITION Lcpp$b;
FIELD b NORMAL Lcpp$b;
FIELD c COLOR Lcpp$b;
FIELD d UV Lcpp$b;
FIELD e BONE_MATRIX Lcpp$b;
FIELD f BLEND_WEIGHT Lcpp$b;
FIELD g PADDING Lcpp$b;
FIELD h name Ljava/lang/String;
METHOD a getName ()Ljava/lang/String;
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b format Lcpp$a;
FIELD c type Lcpp$b;
FIELD d index I
FIELD e count I
METHOD <init> (ILcpp$a;Lcpp$b;I)V
ARG 1 index
ARG 2 format
ARG 3 type
METHOD a getFormat ()Lcpp$a;
METHOD a isValidType (ILcpp$b;)Z
ARG 1 index
METHOD b getType ()Lcpp$b;
METHOD c getCount ()I
METHOD d getIndex ()I
METHOD e getSize ()I
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD f isPosition ()Z