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

45 lines
1.1 KiB
Plaintext

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