Package net.minecraft.client.gui.hud
Class PlayerListHud.Heart
java.lang.Object
net.minecraft.client.gui.hud.PlayerListHud.Heart
- Enclosing class:
PlayerListHud
- Mappings:
Namespace Name intermediary net/minecraft/class_355$class_7732official epx$anamed net/minecraft/client/gui/hud/PlayerListHud$Heart
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longprivate longprivate longprivate intprivate intprivate static final longprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidtick(int score, long currentTick) booleanuseHighlighted(long currentTick)
-
Field Details
-
COOLDOWN_TICKS
private static final long COOLDOWN_TICKS- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_40394Lnet/minecraft/class_355$class_7732;field_40394:Jofficial aLepx$a;a:Jnamed COOLDOWN_TICKSLnet/minecraft/client/gui/hud/PlayerListHud$Heart;COOLDOWN_TICKS:J
-
SCORE_DECREASE_HIGHLIGHT_TICKS
private static final long SCORE_DECREASE_HIGHLIGHT_TICKS- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_40395Lnet/minecraft/class_355$class_7732;field_40395:Jofficial bLepx$a;b:Jnamed SCORE_DECREASE_HIGHLIGHT_TICKSLnet/minecraft/client/gui/hud/PlayerListHud$Heart;SCORE_DECREASE_HIGHLIGHT_TICKS:J
-
SCORE_INCREASE_HIGHLIGHT_TICKS
private static final long SCORE_INCREASE_HIGHLIGHT_TICKS- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_40396Lnet/minecraft/class_355$class_7732;field_40396:Jofficial cLepx$a;c:Jnamed SCORE_INCREASE_HIGHLIGHT_TICKSLnet/minecraft/client/gui/hud/PlayerListHud$Heart;SCORE_INCREASE_HIGHLIGHT_TICKS:J
-
score
private int score- Mappings:
Namespace Name Mixin selector intermediary field_40397Lnet/minecraft/class_355$class_7732;field_40397:Iofficial dLepx$a;d:Inamed scoreLnet/minecraft/client/gui/hud/PlayerListHud$Heart;score:I
-
prevScore
private int prevScore- Mappings:
Namespace Name Mixin selector intermediary field_40398Lnet/minecraft/class_355$class_7732;field_40398:Iofficial eLepx$a;e:Inamed prevScoreLnet/minecraft/client/gui/hud/PlayerListHud$Heart;prevScore:I
-
lastScoreChangeTick
private long lastScoreChangeTick- Mappings:
Namespace Name Mixin selector intermediary field_40399Lnet/minecraft/class_355$class_7732;field_40399:Jofficial fLepx$a;f:Jnamed lastScoreChangeTickLnet/minecraft/client/gui/hud/PlayerListHud$Heart;lastScoreChangeTick:J
-
highlightEndTick
private long highlightEndTick- Mappings:
Namespace Name Mixin selector intermediary field_40400Lnet/minecraft/class_355$class_7732;field_40400:Jofficial gLepx$a;g:Jnamed highlightEndTickLnet/minecraft/client/gui/hud/PlayerListHud$Heart;highlightEndTick:J
-
-
Constructor Details
-
Heart
public Heart(int score) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_355$class_7732;<init>(I)Vofficial <init>Lepx$a;<init>(I)Vnamed <init>Lnet/minecraft/client/gui/hud/PlayerListHud$Heart;<init>(I)V
-
-
Method Details
-
tick
public void tick(int score, long currentTick) - Mappings:
Namespace Name Mixin selector intermediary method_45597Lnet/minecraft/class_355$class_7732;method_45597(IJ)Vofficial aLepx$a;a(IJ)Vnamed tickLnet/minecraft/client/gui/hud/PlayerListHud$Heart;tick(IJ)V
-
getPrevScore
public int getPrevScore()- Mappings:
Namespace Name Mixin selector intermediary method_45596Lnet/minecraft/class_355$class_7732;method_45596()Iofficial aLepx$a;a()Inamed getPrevScoreLnet/minecraft/client/gui/hud/PlayerListHud$Heart;getPrevScore()I
-
useHighlighted
public boolean useHighlighted(long currentTick) - Mappings:
Namespace Name Mixin selector intermediary method_45598Lnet/minecraft/class_355$class_7732;method_45598(J)Zofficial aLepx$a;a(J)Znamed useHighlightedLnet/minecraft/client/gui/hud/PlayerListHud$Heart;useHighlighted(J)Z
-