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

45 lines
1.1 KiB
Plaintext

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