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

52 lines
1.3 KiB
Plaintext

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