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

45 lines
1.1 KiB
Plaintext

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