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

28 lines
797 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS cuv net/minecraft/client/render/VertexFormat
2016-08-28 17:10:48 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b elements Ljava/util/List;
FIELD c offsets Ljava/util/List;
FIELD d size I
FIELD e offsetColor I
FIELD f offsetsUv Ljava/util/List;
FIELD g offsetNormal I
METHOD a clear ()V
METHOD a hasUvElement (I)Z
2019-06-19 13:48:53 -04:00
METHOD a add (Lcuw;)Lcuv;
2016-08-28 17:10:48 -04:00
METHOD b hasNormalElement ()Z
METHOD b getUvOffset (I)I
METHOD c getNormalOffset ()I
2019-06-19 13:48:53 -04:00
METHOD c getElement (I)Lcuw;
ARG 1 index
2016-08-28 17:10:48 -04:00
METHOD d hasColorElement ()Z
METHOD d getElementOffset (I)I
ARG 1 element
2016-08-28 17:10:48 -04:00
METHOD e getColorOffset ()I
2019-01-09 12:20:38 -05:00
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
2016-08-28 17:10:48 -04:00
METHOD f getVertexSizeInteger ()I
METHOD g getVertexSize ()I
METHOD h getElements ()Ljava/util/List;
METHOD i getElementCount ()I
METHOD j hasPositionElement ()Z