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 official eqg$a
intermediary net/minecraft/class_355$class_7732
named net/minecraft/client/gui/hud/PlayerListHud$Heart
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final long
private long
private long
private int
private int
private static final long
private static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
tick
(int score, long currentTick) boolean
useHighlighted
(long currentTick)
-
Field Details
-
COOLDOWN_TICKS
private static final long COOLDOWN_TICKS- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leqg$a;a:J
intermediary field_40394
Lnet/minecraft/class_355$class_7732;field_40394:J
named COOLDOWN_TICKS
Lnet/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 official b
Leqg$a;b:J
intermediary field_40395
Lnet/minecraft/class_355$class_7732;field_40395:J
named SCORE_DECREASE_HIGHLIGHT_TICKS
Lnet/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 official c
Leqg$a;c:J
intermediary field_40396
Lnet/minecraft/class_355$class_7732;field_40396:J
named SCORE_INCREASE_HIGHLIGHT_TICKS
Lnet/minecraft/client/gui/hud/PlayerListHud$Heart;SCORE_INCREASE_HIGHLIGHT_TICKS:J
-
score
private int score- Mappings:
Namespace Name Mixin selector official d
Leqg$a;d:I
intermediary field_40397
Lnet/minecraft/class_355$class_7732;field_40397:I
named score
Lnet/minecraft/client/gui/hud/PlayerListHud$Heart;score:I
-
prevScore
private int prevScore- Mappings:
Namespace Name Mixin selector official e
Leqg$a;e:I
intermediary field_40398
Lnet/minecraft/class_355$class_7732;field_40398:I
named prevScore
Lnet/minecraft/client/gui/hud/PlayerListHud$Heart;prevScore:I
-
lastScoreChangeTick
private long lastScoreChangeTick- Mappings:
Namespace Name Mixin selector official f
Leqg$a;f:J
intermediary field_40399
Lnet/minecraft/class_355$class_7732;field_40399:J
named lastScoreChangeTick
Lnet/minecraft/client/gui/hud/PlayerListHud$Heart;lastScoreChangeTick:J
-
highlightEndTick
private long highlightEndTick- Mappings:
Namespace Name Mixin selector official g
Leqg$a;g:J
intermediary field_40400
Lnet/minecraft/class_355$class_7732;field_40400:J
named highlightEndTick
Lnet/minecraft/client/gui/hud/PlayerListHud$Heart;highlightEndTick:J
-
-
Constructor Details
-
Heart
public Heart(int score) - Mappings:
Namespace Name Mixin selector official <init>
Leqg$a;<init>(I)V
intermediary <init>
Lnet/minecraft/class_355$class_7732;<init>(I)V
named <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 official a
Leqg$a;a(IJ)V
intermediary method_45597
Lnet/minecraft/class_355$class_7732;method_45597(IJ)V
named tick
Lnet/minecraft/client/gui/hud/PlayerListHud$Heart;tick(IJ)V
-
getPrevScore
public int getPrevScore()- Mappings:
Namespace Name Mixin selector official a
Leqg$a;a()I
intermediary method_45596
Lnet/minecraft/class_355$class_7732;method_45596()I
named getPrevScore
Lnet/minecraft/client/gui/hud/PlayerListHud$Heart;getPrevScore()I
-
useHighlighted
public boolean useHighlighted(long currentTick) - Mappings:
Namespace Name Mixin selector official a
Leqg$a;a(J)Z
intermediary method_45598
Lnet/minecraft/class_355$class_7732;method_45598(J)Z
named useHighlighted
Lnet/minecraft/client/gui/hud/PlayerListHud$Heart;useHighlighted(J)Z
-