-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename ColorIndex to TintIndex to match model jsons (#4059)
Requested by @PepperCode1
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
CLASS net/minecraft/class_777 net/minecraft/client/render/model/BakedQuad | ||
FIELD field_22441 shade Z | ||
FIELD field_4173 face Lnet/minecraft/class_2350; | ||
FIELD field_4174 colorIndex I | ||
FIELD field_4174 tintIndex I | ||
FIELD field_4175 vertexData [I | ||
FIELD field_4176 sprite Lnet/minecraft/class_1058; | ||
FIELD field_53158 lightEmission I | ||
METHOD <init> ([IILnet/minecraft/class_2350;Lnet/minecraft/class_1058;ZI)V | ||
ARG 1 vertexData | ||
ARG 2 colorIndex | ||
ARG 2 tintIndex | ||
ARG 3 face | ||
ARG 4 sprite | ||
ARG 5 shade | ||
ARG 6 lightEmission | ||
METHOD method_24874 hasShade ()Z | ||
METHOD method_3357 getVertexData ()[I | ||
METHOD method_3358 getFace ()Lnet/minecraft/class_2350; | ||
METHOD method_3359 getColorIndex ()I | ||
METHOD method_3360 hasColor ()Z | ||
METHOD method_3359 getTintIndex ()I | ||
METHOD method_3360 hasTint ()Z | ||
METHOD method_35788 getSprite ()Lnet/minecraft/class_1058; | ||
METHOD method_62324 getLightEmission ()I |