Status effect inventory rendering mappings (#1041)

* AbstractInventoryScreen#method_18642(3) -> renderStatusEffectBackgrounds

* AbstractInventoryScreen#drawPotionEffects(0) -> drawStatusEffects

* AbstractInventoryScreen#renderStatusEffectBackgrounds(3) -> drawStatusEffectBackgrounds

* AbstractInventoryScreen#renderStatusEffectSprites(3) -> drawStatusEffectSprites

* AbstractInventoryScreen#method_18644(3) -> drawStatusEffectDescriptions

* AbstractInventoryScreen#drawStatusEffectBackgrounds(3)[1 = ] -> x

* AbstractInventoryScreen#drawStatusEffectBackgrounds(3)[2 = ] -> top

* AbstractInventoryScreen#drawStatusEffectBackgrounds(3)[2 = top] -> yIncrement

* AbstractInventoryScreen#drawStatusEffectBackgrounds(3)[3 = ] -> effects

* AbstractInventoryScreen#drawStatusEffectSprites(3)[1 = ] -> x

* AbstractInventoryScreen#drawStatusEffectSprites(3)[2 = ] -> yIncrement

* AbstractInventoryScreen#drawStatusEffectSprites(3)[3 = ] -> effects

* AbstractInventoryScreen#drawStatusEffectDescriptions(3)[1 = ] -> x

* AbstractInventoryScreen#drawStatusEffectDescriptions(3)[2 = ] -> yIncrement

* AbstractInventoryScreen#drawStatusEffectDescriptions(3)[3 = ] -> effects

* AbstractInventoryScreen#<init>(3)[2 = ] -> inventory

* AbstractInventoryScreen#<init>(3)[3 = ] -> name
This commit is contained in:
Pyrofab 2020-01-08 15:34:26 +01:00 committed by modmuss50
parent 88d6801de1
commit b9f12fb5c8
1 changed files with 16 additions and 1 deletions

View File

@ -13,8 +13,23 @@ CLASS net/minecraft/class_485 net/minecraft/client/gui/screen/ingame/AbstractInv
ARG 2 spacing
ARG 3 effectInstances
METHOD method_2476 applyStatusEffectOffset ()V
METHOD method_2477 drawPotionEffects ()V
METHOD method_2477 drawStatusEffects ()V
METHOD render (IIF)V
ARG 1 mouseX
ARG 2 mouseY
ARG 3 delta
METHOD method_18643 drawStatusEffectSprites (IILjava/lang/Iterable;)V
ARG 1 x
ARG 2 yIncrement
ARG 3 effects
METHOD method_18642 drawStatusEffectBackgrounds (IILjava/lang/Iterable;)V
ARG 1 x
ARG 2 yIncrement
ARG 3 effects
METHOD method_18644 drawStatusEffectDescriptions (IILjava/lang/Iterable;)V
ARG 1 x
ARG 2 yIncrement
ARG 3 effects
METHOD <init> (Lnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen$T;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
ARG 2 inventory
ARG 3 name