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

43 lines
1.1 KiB
Plaintext

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