Package net.minecraft.client.toast
Class TutorialToast
java.lang.Object
net.minecraft.client.toast.TutorialToast
- All Implemented Interfaces:
Toast
- Mappings:
Namespace Name official eri
intermediary net/minecraft/class_372
named net/minecraft/client/toast/TutorialToast
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.toast.Toast
Toast.Visibility
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private float
private long
private float
static final int
static final int
static final int
static final int
private final Text
private final TutorialToast.Type
private Toast.Visibility
Fields inherited from interface net.minecraft.client.toast.Toast
BASE_HEIGHT, TEXTURE, TYPE
-
Constructor Summary
ConstructorDescriptionTutorialToast
(TutorialToast.Type type, Text title, @Nullable Text description, boolean hasProgressBar) -
Method Summary
Modifier and TypeMethodDescriptiondraw
(DrawContext context, ToastManager manager, long startTime) void
hide()
void
setProgress
(float progress) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.toast.Toast
getHeight, getRequiredSpaceCount, getType, getWidth
-
Field Details
-
PROGRESS_BAR_WIDTH
public static final int PROGRESS_BAR_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leri;a:I
intermediary field_32222
Lnet/minecraft/class_372;field_32222:I
named PROGRESS_BAR_WIDTH
Lnet/minecraft/client/toast/TutorialToast;PROGRESS_BAR_WIDTH:I
-
PROGRESS_BAR_HEIGHT
public static final int PROGRESS_BAR_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector official e
Leri;e:I
intermediary field_32223
Lnet/minecraft/class_372;field_32223:I
named PROGRESS_BAR_HEIGHT
Lnet/minecraft/client/toast/TutorialToast;PROGRESS_BAR_HEIGHT:I
-
PROGRESS_BAR_X
public static final int PROGRESS_BAR_X- See Also:
- Mappings:
Namespace Name Mixin selector official f
Leri;f:I
intermediary field_32224
Lnet/minecraft/class_372;field_32224:I
named PROGRESS_BAR_X
Lnet/minecraft/client/toast/TutorialToast;PROGRESS_BAR_X:I
-
PROGRESS_BAR_Y
public static final int PROGRESS_BAR_Y- See Also:
- Mappings:
Namespace Name Mixin selector official g
Leri;g:I
intermediary field_32225
Lnet/minecraft/class_372;field_32225:I
named PROGRESS_BAR_Y
Lnet/minecraft/client/toast/TutorialToast;PROGRESS_BAR_Y:I
-
type
- Mappings:
Namespace Name Mixin selector official h
Leri;h:Leri$a;
intermediary field_2225
Lnet/minecraft/class_372;field_2225:Lnet/minecraft/class_372$class_373;
named type
Lnet/minecraft/client/toast/TutorialToast;type:Lnet/minecraft/client/toast/TutorialToast$Type;
-
title
- Mappings:
Namespace Name Mixin selector official i
Leri;i:Lsw;
intermediary field_2224
Lnet/minecraft/class_372;field_2224:Lnet/minecraft/class_2561;
named title
Lnet/minecraft/client/toast/TutorialToast;title:Lnet/minecraft/text/Text;
-
description
- Mappings:
Namespace Name Mixin selector official j
Leri;j:Lsw;
intermediary field_2226
Lnet/minecraft/class_372;field_2226:Lnet/minecraft/class_2561;
named description
Lnet/minecraft/client/toast/TutorialToast;description:Lnet/minecraft/text/Text;
-
visibility
- Mappings:
Namespace Name Mixin selector official k
Leri;k:Lerg$a;
intermediary field_2227
Lnet/minecraft/class_372;field_2227:Lnet/minecraft/class_368$class_369;
named visibility
Lnet/minecraft/client/toast/TutorialToast;visibility:Lnet/minecraft/client/toast/Toast$Visibility;
-
lastTime
private long lastTime- Mappings:
Namespace Name Mixin selector official l
Leri;l:J
intermediary field_2223
Lnet/minecraft/class_372;field_2223:J
named lastTime
Lnet/minecraft/client/toast/TutorialToast;lastTime:J
-
lastProgress
private float lastProgress- Mappings:
Namespace Name Mixin selector official m
Leri;m:F
intermediary field_2229
Lnet/minecraft/class_372;field_2229:F
named lastProgress
Lnet/minecraft/client/toast/TutorialToast;lastProgress:F
-
progress
private float progress- Mappings:
Namespace Name Mixin selector official n
Leri;n:F
intermediary field_2228
Lnet/minecraft/class_372;field_2228:F
named progress
Lnet/minecraft/client/toast/TutorialToast;progress:F
-
hasProgressBar
private final boolean hasProgressBar- Mappings:
Namespace Name Mixin selector official o
Leri;o:Z
intermediary field_2222
Lnet/minecraft/class_372;field_2222:Z
named hasProgressBar
Lnet/minecraft/client/toast/TutorialToast;hasProgressBar:Z
-
-
Constructor Details
-
TutorialToast
public TutorialToast(TutorialToast.Type type, Text title, @Nullable @Nullable Text description, boolean hasProgressBar) - Mappings:
Namespace Name Mixin selector official <init>
Leri;<init>(Leri$a;Lsw;Lsw;Z)V
intermediary <init>
Lnet/minecraft/class_372;<init>(Lnet/minecraft/class_372$class_373;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Z)V
named <init>
Lnet/minecraft/client/toast/TutorialToast;<init>(Lnet/minecraft/client/toast/TutorialToast$Type;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Z)V
-
-
Method Details
-
draw
- Specified by:
draw
in interfaceToast
- Mappings:
Namespace Name Mixin selector official a
Lerg;a(Leox;Lerh;J)Lerg$a;
intermediary method_1986
Lnet/minecraft/class_368;method_1986(Lnet/minecraft/class_332;Lnet/minecraft/class_374;J)Lnet/minecraft/class_368$class_369;
named draw
Lnet/minecraft/client/toast/Toast;draw(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/toast/ToastManager;J)Lnet/minecraft/client/toast/Toast$Visibility;
-
hide
public void hide()- Mappings:
Namespace Name Mixin selector official c
Leri;c()V
intermediary method_1993
Lnet/minecraft/class_372;method_1993()V
named hide
Lnet/minecraft/client/toast/TutorialToast;hide()V
-
setProgress
public void setProgress(float progress) - Mappings:
Namespace Name Mixin selector official a
Leri;a(F)V
intermediary method_1992
Lnet/minecraft/class_372;method_1992(F)V
named setProgress
Lnet/minecraft/client/toast/TutorialToast;setProgress(F)V
-