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

45 lines
1.1 KiB
Plaintext

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