Package net.minecraft.client.toast
Class SystemToast
java.lang.Object
net.minecraft.client.toast.SystemToast
- All Implemented Interfaces:
- Toast
- Mappings:
- Namespace - Name - official - erf- intermediary - net/minecraft/class_370- named - net/minecraft/client/toast/SystemToast
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface net.minecraft.client.toast.ToastToast.Visibility
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate booleanprivate static final intprivate List<OrderedText>private static final intprivate static final intprivate longprivate Textprivate final SystemToast.Typeprivate final intFields inherited from interface net.minecraft.client.toast.ToastBASE_HEIGHT, TEXTURE, TYPE
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateSystemToast(SystemToast.Type type, Text title, List<OrderedText> lines, int width) SystemToast(SystemToast.Type type, Text title, @Nullable Text description) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidadd(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) static voidaddPackCopyFailure(MinecraftClient client, String directory) static voidaddWorldAccessFailureToast(MinecraftClient client, String worldName) static voidaddWorldDeleteFailureToast(MinecraftClient client, String worldName) static SystemToastcreate(MinecraftClient client, SystemToast.Type type, Text title, Text description) draw(DrawContext context, ToastManager manager, long startTime) private voiddrawPart(DrawContext context, ToastManager manager, int width, int textureV, int y, int height) intprivate static ImmutableList<OrderedText>getTextAsList(@Nullable Text text) getType()intgetWidth()voidsetContent(Text title, @Nullable Text description) static voidshow(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.toast.ToastgetRequiredSpaceCount
- 
Field Details- 
MIN_WIDTHprivate static final int MIN_WIDTH- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lerf;a:I- intermediary - field_32219- Lnet/minecraft/class_370;field_32219:I- named - MIN_WIDTH- Lnet/minecraft/client/toast/SystemToast;MIN_WIDTH:I
 
- 
LINE_HEIGHTprivate static final int LINE_HEIGHT- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - e- Lerf;e:I- intermediary - field_39926- Lnet/minecraft/class_370;field_39926:I- named - LINE_HEIGHT- Lnet/minecraft/client/toast/SystemToast;LINE_HEIGHT:I
 
- 
PADDING_Yprivate static final int PADDING_Y- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - f- Lerf;f:I- intermediary - field_39927- Lnet/minecraft/class_370;field_39927:I- named - PADDING_Y- Lnet/minecraft/client/toast/SystemToast;PADDING_Y:I
 
- 
type- Mappings:
- Namespace - Name - Mixin selector - official - g- Lerf;g:Lerf$a;- intermediary - field_2213- Lnet/minecraft/class_370;field_2213:Lnet/minecraft/class_370$class_371;- named - type- Lnet/minecraft/client/toast/SystemToast;type:Lnet/minecraft/client/toast/SystemToast$Type;
 
- 
title- Mappings:
- Namespace - Name - Mixin selector - official - h- Lerf;h:Lsw;- intermediary - field_2215- Lnet/minecraft/class_370;field_2215:Lnet/minecraft/class_2561;- named - title- Lnet/minecraft/client/toast/SystemToast;title:Lnet/minecraft/text/Text;
 
- 
lines- Mappings:
- Namespace - Name - Mixin selector - official - i- Lerf;i:Ljava/util/List;- intermediary - field_25037- Lnet/minecraft/class_370;field_25037:Ljava/util/List;- named - lines- Lnet/minecraft/client/toast/SystemToast;lines:Ljava/util/List;
 
- 
startTimeprivate long startTime- Mappings:
- Namespace - Name - Mixin selector - official - j- Lerf;j:J- intermediary - field_2216- Lnet/minecraft/class_370;field_2216:J- named - startTime- Lnet/minecraft/client/toast/SystemToast;startTime:J
 
- 
justUpdatedprivate boolean justUpdated- Mappings:
- Namespace - Name - Mixin selector - official - k- Lerf;k:Z- intermediary - field_2214- Lnet/minecraft/class_370;field_2214:Z- named - justUpdated- Lnet/minecraft/client/toast/SystemToast;justUpdated:Z
 
- 
widthprivate final int width- Mappings:
- Namespace - Name - Mixin selector - official - l- Lerf;l:I- intermediary - field_25038- Lnet/minecraft/class_370;field_25038:I- named - width- Lnet/minecraft/client/toast/SystemToast;width:I
 
 
- 
- 
Constructor Details- 
SystemToast- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lerf;<init>(Lerf$a;Lsw;Lsw;)V- intermediary - <init>- Lnet/minecraft/class_370;<init>(Lnet/minecraft/class_370$class_371;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V- named - <init>- Lnet/minecraft/client/toast/SystemToast;<init>(Lnet/minecraft/client/toast/SystemToast$Type;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
 
- 
SystemToast- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lerf;<init>(Lerf$a;Lsw;Ljava/util/List;I)V- intermediary - <init>- Lnet/minecraft/class_370;<init>(Lnet/minecraft/class_370$class_371;Lnet/minecraft/class_2561;Ljava/util/List;I)V- named - <init>- Lnet/minecraft/client/toast/SystemToast;<init>(Lnet/minecraft/client/toast/SystemToast$Type;Lnet/minecraft/text/Text;Ljava/util/List;I)V
 
 
- 
- 
Method Details- 
createpublic static SystemToast create(MinecraftClient client, SystemToast.Type type, Text title, Text description) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lerf;a(Lenn;Lerf$a;Lsw;Lsw;)Lerf;- intermediary - method_29047- Lnet/minecraft/class_370;method_29047(Lnet/minecraft/class_310;Lnet/minecraft/class_370$class_371;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)Lnet/minecraft/class_370;- named - create- Lnet/minecraft/client/toast/SystemToast;create(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/toast/SystemToast$Type;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)Lnet/minecraft/client/toast/SystemToast;
 
- 
getTextAsList- Mappings:
- Namespace - Name - Mixin selector - official - a- Lerf;a(Lsw;)Lcom/google/common/collect/ImmutableList;- intermediary - method_29626- Lnet/minecraft/class_370;method_29626(Lnet/minecraft/class_2561;)Lcom/google/common/collect/ImmutableList;- named - getTextAsList- Lnet/minecraft/client/toast/SystemToast;getTextAsList(Lnet/minecraft/text/Text;)Lcom/google/common/collect/ImmutableList;
 
- 
getWidthpublic int getWidth()
- 
getHeightpublic int getHeight()
- 
draw- Specified by:
- drawin interface- Toast
- 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;
 
- 
drawPartprivate void drawPart(DrawContext context, ToastManager manager, int width, int textureV, int y, int height) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lerf;a(Leox;Lerh;IIII)V- intermediary - method_29046- Lnet/minecraft/class_370;method_29046(Lnet/minecraft/class_332;Lnet/minecraft/class_374;IIII)V- named - drawPart- Lnet/minecraft/client/toast/SystemToast;drawPart(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/toast/ToastManager;IIII)V
 
- 
setContent- Mappings:
- Namespace - Name - Mixin selector - official - a- Lerf;a(Lsw;Lsw;)V- intermediary - method_1991- Lnet/minecraft/class_370;method_1991(Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V- named - setContent- Lnet/minecraft/client/toast/SystemToast;setContent(Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
 
- 
getType- Specified by:
- getTypein interface- Toast
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lerf;c()Lerf$a;- intermediary - method_1989- Lnet/minecraft/class_370;method_1989()Lnet/minecraft/class_370$class_371;- named - getType- Lnet/minecraft/client/toast/SystemToast;getType()Lnet/minecraft/client/toast/SystemToast$Type;
 
- 
addpublic static void add(ToastManager manager, SystemToast.Type type, Text title, @Nullable @Nullable Text description) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lerf;a(Lerh;Lerf$a;Lsw;Lsw;)V- intermediary - method_27024- Lnet/minecraft/class_370;method_27024(Lnet/minecraft/class_374;Lnet/minecraft/class_370$class_371;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V- named - add- Lnet/minecraft/client/toast/SystemToast;add(Lnet/minecraft/client/toast/ToastManager;Lnet/minecraft/client/toast/SystemToast$Type;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
 
- 
showpublic static void show(ToastManager manager, SystemToast.Type type, Text title, @Nullable @Nullable Text description) - Mappings:
- Namespace - Name - Mixin selector - official - b- Lerf;b(Lerh;Lerf$a;Lsw;Lsw;)V- intermediary - method_1990- Lnet/minecraft/class_370;method_1990(Lnet/minecraft/class_374;Lnet/minecraft/class_370$class_371;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V- named - show- Lnet/minecraft/client/toast/SystemToast;show(Lnet/minecraft/client/toast/ToastManager;Lnet/minecraft/client/toast/SystemToast$Type;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
 
- 
addWorldAccessFailureToast- Mappings:
- Namespace - Name - Mixin selector - official - a- Lerf;a(Lenn;Ljava/lang/String;)V- intermediary - method_27023- Lnet/minecraft/class_370;method_27023(Lnet/minecraft/class_310;Ljava/lang/String;)V- named - addWorldAccessFailureToast- Lnet/minecraft/client/toast/SystemToast;addWorldAccessFailureToast(Lnet/minecraft/client/MinecraftClient;Ljava/lang/String;)V
 
- 
addWorldDeleteFailureToast- Mappings:
- Namespace - Name - Mixin selector - official - b- Lerf;b(Lenn;Ljava/lang/String;)V- intermediary - method_27025- Lnet/minecraft/class_370;method_27025(Lnet/minecraft/class_310;Ljava/lang/String;)V- named - addWorldDeleteFailureToast- Lnet/minecraft/client/toast/SystemToast;addWorldDeleteFailureToast(Lnet/minecraft/client/MinecraftClient;Ljava/lang/String;)V
 
- 
addPackCopyFailure- Mappings:
- Namespace - Name - Mixin selector - official - c- Lerf;c(Lenn;Ljava/lang/String;)V- intermediary - method_29627- Lnet/minecraft/class_370;method_29627(Lnet/minecraft/class_310;Ljava/lang/String;)V- named - addPackCopyFailure- Lnet/minecraft/client/toast/SystemToast;addPackCopyFailure(Lnet/minecraft/client/MinecraftClient;Ljava/lang/String;)V
 
 
-