Package net.minecraft.client.toast
Class ToastManager.Entry<T extends Toast>
java.lang.Object
net.minecraft.client.toast.ToastManager.Entry<T>
- Enclosing class:
- ToastManager
- Mappings:
Namespace Name official eah$a
intermediary net/minecraft/class_374$class_375
named net/minecraft/client/toast/ToastManager$Entry
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final long
private final T
private long
private long
private Toast.Visibility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
draw
(int x, int y, MatrixStack matrices) private float
getDisappearProgress
(long time)
-
Field Details
-
field_32221
private static final long field_32221- See Also:
- Mappings:
Namespace Name Mixin selector official b
Leah$a;b:J
intermediary field_32221
Lnet/minecraft/class_374$class_375;field_32221:J
named field_32221
Lnet/minecraft/client/toast/ToastManager$Entry;field_32221:J
-
instance
- Mappings:
Namespace Name Mixin selector official c
Leah$a;c:Leag;
intermediary field_2241
Lnet/minecraft/class_374$class_375;field_2241:Lnet/minecraft/class_368;
named instance
Lnet/minecraft/client/toast/ToastManager$Entry;instance:Lnet/minecraft/client/toast/Toast;
-
startTime
private long startTime- Mappings:
Namespace Name Mixin selector official d
Leah$a;d:J
intermediary field_2243
Lnet/minecraft/class_374$class_375;field_2243:J
named startTime
Lnet/minecraft/client/toast/ToastManager$Entry;startTime:J
-
showTime
private long showTime- Mappings:
Namespace Name Mixin selector official e
Leah$a;e:J
intermediary field_2242
Lnet/minecraft/class_374$class_375;field_2242:J
named showTime
Lnet/minecraft/client/toast/ToastManager$Entry;showTime:J
-
visibility
- Mappings:
Namespace Name Mixin selector official f
Leah$a;f:Leag$a;
intermediary field_2244
Lnet/minecraft/class_374$class_375;field_2244:Lnet/minecraft/class_368$class_369;
named visibility
Lnet/minecraft/client/toast/ToastManager$Entry;visibility:Lnet/minecraft/client/toast/Toast$Visibility;
-
-
Constructor Details
-
Entry
Entry(T instance) - Mappings:
Namespace Name Mixin selector official <init>
Leah$a;<init>(Leah;Leag;)V
intermediary <init>
Lnet/minecraft/class_374$class_375;<init>(Lnet/minecraft/class_374;Lnet/minecraft/class_368;)V
named <init>
Lnet/minecraft/client/toast/ToastManager$Entry;<init>(Lnet/minecraft/client/toast/ToastManager;Lnet/minecraft/client/toast/Toast;)V
-
-
Method Details
-
getInstance
- Mappings:
Namespace Name Mixin selector official a
Leah$a;a()Leag;
intermediary method_2001
Lnet/minecraft/class_374$class_375;method_2001()Lnet/minecraft/class_368;
named getInstance
Lnet/minecraft/client/toast/ToastManager$Entry;getInstance()Lnet/minecraft/client/toast/Toast;
-
getDisappearProgress
private float getDisappearProgress(long time) - Mappings:
Namespace Name Mixin selector official a
Leah$a;a(J)F
intermediary method_2003
Lnet/minecraft/class_374$class_375;method_2003(J)F
named getDisappearProgress
Lnet/minecraft/client/toast/ToastManager$Entry;getDisappearProgress(J)F
-
draw
- Mappings:
Namespace Name Mixin selector official a
Leah$a;a(IILdsj;)Z
intermediary method_2002
Lnet/minecraft/class_374$class_375;method_2002(IILnet/minecraft/class_4587;)Z
named draw
Lnet/minecraft/client/toast/ToastManager$Entry;draw(IILnet/minecraft/client/util/math/MatrixStack;)Z
-