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

45 lines
1.1 KiB
Plaintext

CLASS cud net/minecraft/client/render/VertexFormatElement
CLASS cud$a Format
FIELD a FLOAT Lcud$a;
FIELD b UNSIGNED_BYTE Lcud$a;
FIELD c BYTE Lcud$a;
FIELD d UNSIGNED_SHORT Lcud$a;
FIELD e SHORT Lcud$a;
FIELD f UNSIGNED_INT Lcud$a;
FIELD g INT Lcud$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 cud$b Type
FIELD a POSITION Lcud$b;
FIELD b NORMAL Lcud$b;
FIELD c COLOR Lcud$b;
FIELD d UV Lcud$b;
FIELD e BONE_MATRIX Lcud$b;
FIELD f BLEND_WEIGHT Lcud$b;
FIELD g PADDING Lcud$b;
FIELD h name Ljava/lang/String;
METHOD a getName ()Ljava/lang/String;
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b format Lcud$a;
FIELD c type Lcud$b;
FIELD d index I
FIELD e count I
METHOD <init> (ILcud$a;Lcud$b;I)V
ARG 1 index
ARG 2 format
ARG 3 type
METHOD a getFormat ()Lcud$a;
METHOD a isValidType (ILcud$b;)Z
ARG 1 index
METHOD b getType ()Lcud$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