Package net.minecraft.client.toast
Class SystemToast
java.lang.Object
net.minecraft.client.toast.SystemToast
- All Implemented Interfaces:
Toast
- Mappings:
Namespace Name named net/minecraft/client/toast/SystemToast
intermediary net/minecraft/class_370
official fjo
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.toast.Toast
Toast.Visibility
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private boolean
private static final int
private List
<OrderedText> private static final int
private static final int
private long
private static final Identifier
private Text
private final SystemToast.Type
private final int
Fields inherited from interface net.minecraft.client.toast.Toast
BASE_HEIGHT, TYPE
-
Constructor Summary
ModifierConstructorDescriptionprivate
SystemToast
(SystemToast.Type type, Text title, List<OrderedText> lines, int width) SystemToast
(SystemToast.Type type, Text title, @Nullable Text description) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
add
(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) static void
addChunkLoadFailure
(MinecraftClient client, ChunkPos pos) static void
addChunkSaveFailure
(MinecraftClient client, ChunkPos pos) static void
addLowDiskSpace
(MinecraftClient client) static void
addPackCopyFailure
(MinecraftClient client, String directory) static void
addWorldAccessFailureToast
(MinecraftClient client, String worldName) static void
addWorldDeleteFailureToast
(MinecraftClient client, String worldName) static SystemToast
create
(MinecraftClient client, SystemToast.Type type, Text title, Text description) draw
(DrawContext context, ToastManager manager, long startTime) private void
drawPart
(DrawContext context, int int2, int int3, int int4, int int5) int
private static ImmutableList
<OrderedText> getTextAsList
(@Nullable Text text) getType()
int
getWidth()
void
hide()
static void
hide
(ToastManager manager, SystemToast.Type type) void
setContent
(Text title, @Nullable Text description) static void
show
(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) 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
getRequiredSpaceCount
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURE
Lnet/minecraft/client/toast/SystemToast;TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45396
Lnet/minecraft/class_370;field_45396:Lnet/minecraft/class_2960;
official a
Lfjo;a:Lalf;
-
MIN_WIDTH
private static final int MIN_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector named MIN_WIDTH
Lnet/minecraft/client/toast/SystemToast;MIN_WIDTH:I
intermediary field_32219
Lnet/minecraft/class_370;field_32219:I
official d
Lfjo;d:I
-
LINE_HEIGHT
private static final int LINE_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named LINE_HEIGHT
Lnet/minecraft/client/toast/SystemToast;LINE_HEIGHT:I
intermediary field_39926
Lnet/minecraft/class_370;field_39926:I
official e
Lfjo;e:I
-
PADDING_Y
private static final int PADDING_Y- See Also:
- Mappings:
Namespace Name Mixin selector named PADDING_Y
Lnet/minecraft/client/toast/SystemToast;PADDING_Y:I
intermediary field_39927
Lnet/minecraft/class_370;field_39927:I
official f
Lfjo;f:I
-
type
- Mappings:
Namespace Name Mixin selector named type
Lnet/minecraft/client/toast/SystemToast;type:Lnet/minecraft/client/toast/SystemToast$Type;
intermediary field_2213
Lnet/minecraft/class_370;field_2213:Lnet/minecraft/class_370$class_9037;
official g
Lfjo;g:Lfjo$a;
-
title
- Mappings:
Namespace Name Mixin selector named title
Lnet/minecraft/client/toast/SystemToast;title:Lnet/minecraft/text/Text;
intermediary field_2215
Lnet/minecraft/class_370;field_2215:Lnet/minecraft/class_2561;
official h
Lfjo;h:Lxp;
-
lines
- Mappings:
Namespace Name Mixin selector named lines
Lnet/minecraft/client/toast/SystemToast;lines:Ljava/util/List;
intermediary field_25037
Lnet/minecraft/class_370;field_25037:Ljava/util/List;
official i
Lfjo;i:Ljava/util/List;
-
startTime
private long startTime- Mappings:
Namespace Name Mixin selector named startTime
Lnet/minecraft/client/toast/SystemToast;startTime:J
intermediary field_2216
Lnet/minecraft/class_370;field_2216:J
official j
Lfjo;j:J
-
justUpdated
private boolean justUpdated- Mappings:
Namespace Name Mixin selector named justUpdated
Lnet/minecraft/client/toast/SystemToast;justUpdated:Z
intermediary field_2214
Lnet/minecraft/class_370;field_2214:Z
official k
Lfjo;k:Z
-
width
private final int width- Mappings:
Namespace Name Mixin selector named width
Lnet/minecraft/client/toast/SystemToast;width:I
intermediary field_25038
Lnet/minecraft/class_370;field_25038:I
official l
Lfjo;l:I
-
-
Constructor Details
-
SystemToast
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/toast/SystemToast;<init>(Lnet/minecraft/client/toast/SystemToast$Type;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
intermediary <init>
Lnet/minecraft/class_370;<init>(Lnet/minecraft/class_370$class_9037;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
official <init>
Lfjo;<init>(Lfjo$a;Lxp;Lxp;)V
-
SystemToast
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/toast/SystemToast;<init>(Lnet/minecraft/client/toast/SystemToast$Type;Lnet/minecraft/text/Text;Ljava/util/List;I)V
intermediary <init>
Lnet/minecraft/class_370;<init>(Lnet/minecraft/class_370$class_9037;Lnet/minecraft/class_2561;Ljava/util/List;I)V
official <init>
Lfjo;<init>(Lfjo$a;Lxp;Ljava/util/List;I)V
-
-
Method Details
-
create
public static SystemToast create(MinecraftClient client, SystemToast.Type type, Text title, Text description) - Mappings:
Namespace Name Mixin selector 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;
intermediary method_29047
Lnet/minecraft/class_370;method_29047(Lnet/minecraft/class_310;Lnet/minecraft/class_370$class_9037;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)Lnet/minecraft/class_370;
official a
Lfjo;a(Lffh;Lfjo$a;Lxp;Lxp;)Lfjo;
-
getTextAsList
- Mappings:
Namespace Name Mixin selector named getTextAsList
Lnet/minecraft/client/toast/SystemToast;getTextAsList(Lnet/minecraft/text/Text;)Lcom/google/common/collect/ImmutableList;
intermediary method_29626
Lnet/minecraft/class_370;method_29626(Lnet/minecraft/class_2561;)Lcom/google/common/collect/ImmutableList;
official a
Lfjo;a(Lxp;)Lcom/google/common/collect/ImmutableList;
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
hide
public void hide()- Mappings:
Namespace Name Mixin selector named hide
Lnet/minecraft/client/toast/SystemToast;hide()V
intermediary method_55508
Lnet/minecraft/class_370;method_55508()V
official c
Lfjo;c()V
-
draw
- Specified by:
draw
in interfaceToast
- Mappings:
Namespace Name Mixin selector 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;
intermediary method_1986
Lnet/minecraft/class_368;method_1986(Lnet/minecraft/class_332;Lnet/minecraft/class_374;J)Lnet/minecraft/class_368$class_369;
official a
Lfjp;a(Lfgt;Lfjq;J)Lfjp$a;
-
drawPart
- Mappings:
Namespace Name Mixin selector named drawPart
Lnet/minecraft/client/toast/SystemToast;drawPart(Lnet/minecraft/client/gui/DrawContext;IIII)V
intermediary method_29046
Lnet/minecraft/class_370;method_29046(Lnet/minecraft/class_332;IIII)V
official a
Lfjo;a(Lfgt;IIII)V
-
setContent
- Mappings:
Namespace Name Mixin selector named setContent
Lnet/minecraft/client/toast/SystemToast;setContent(Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
intermediary method_1991
Lnet/minecraft/class_370;method_1991(Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
official a
Lfjo;a(Lxp;Lxp;)V
-
getType
- Specified by:
getType
in interfaceToast
- Mappings:
Namespace Name Mixin selector named getType
Lnet/minecraft/client/toast/SystemToast;getType()Lnet/minecraft/client/toast/SystemToast$Type;
intermediary method_1989
Lnet/minecraft/class_370;method_1989()Lnet/minecraft/class_370$class_9037;
official d
Lfjo;d()Lfjo$a;
-
add
public static void add(ToastManager manager, SystemToast.Type type, Text title, @Nullable @Nullable Text description) - Mappings:
Namespace Name Mixin selector 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
intermediary method_27024
Lnet/minecraft/class_370;method_27024(Lnet/minecraft/class_374;Lnet/minecraft/class_370$class_9037;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
official a
Lfjo;a(Lfjq;Lfjo$a;Lxp;Lxp;)V
-
show
public static void show(ToastManager manager, SystemToast.Type type, Text title, @Nullable @Nullable Text description) - Mappings:
Namespace Name Mixin selector 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
intermediary method_1990
Lnet/minecraft/class_370;method_1990(Lnet/minecraft/class_374;Lnet/minecraft/class_370$class_9037;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
official b
Lfjo;b(Lfjq;Lfjo$a;Lxp;Lxp;)V
-
hide
- Mappings:
Namespace Name Mixin selector named hide
Lnet/minecraft/client/toast/SystemToast;hide(Lnet/minecraft/client/toast/ToastManager;Lnet/minecraft/client/toast/SystemToast$Type;)V
intermediary method_55507
Lnet/minecraft/class_370;method_55507(Lnet/minecraft/class_374;Lnet/minecraft/class_370$class_9037;)V
official a
Lfjo;a(Lfjq;Lfjo$a;)V
-
addWorldAccessFailureToast
- Mappings:
Namespace Name Mixin selector named addWorldAccessFailureToast
Lnet/minecraft/client/toast/SystemToast;addWorldAccessFailureToast(Lnet/minecraft/client/MinecraftClient;Ljava/lang/String;)V
intermediary method_27023
Lnet/minecraft/class_370;method_27023(Lnet/minecraft/class_310;Ljava/lang/String;)V
official a
Lfjo;a(Lffh;Ljava/lang/String;)V
-
addWorldDeleteFailureToast
- Mappings:
Namespace Name Mixin selector named addWorldDeleteFailureToast
Lnet/minecraft/client/toast/SystemToast;addWorldDeleteFailureToast(Lnet/minecraft/client/MinecraftClient;Ljava/lang/String;)V
intermediary method_27025
Lnet/minecraft/class_370;method_27025(Lnet/minecraft/class_310;Ljava/lang/String;)V
official b
Lfjo;b(Lffh;Ljava/lang/String;)V
-
addPackCopyFailure
- Mappings:
Namespace Name Mixin selector named addPackCopyFailure
Lnet/minecraft/client/toast/SystemToast;addPackCopyFailure(Lnet/minecraft/client/MinecraftClient;Ljava/lang/String;)V
intermediary method_29627
Lnet/minecraft/class_370;method_29627(Lnet/minecraft/class_310;Ljava/lang/String;)V
official c
Lfjo;c(Lffh;Ljava/lang/String;)V
-
addLowDiskSpace
- Mappings:
Namespace Name Mixin selector named addLowDiskSpace
Lnet/minecraft/client/toast/SystemToast;addLowDiskSpace(Lnet/minecraft/client/MinecraftClient;)V
intermediary method_57723
Lnet/minecraft/class_370;method_57723(Lnet/minecraft/class_310;)V
official a
Lfjo;a(Lffh;)V
-
addChunkLoadFailure
- Mappings:
Namespace Name Mixin selector named addChunkLoadFailure
Lnet/minecraft/client/toast/SystemToast;addChunkLoadFailure(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/util/math/ChunkPos;)V
intermediary method_57724
Lnet/minecraft/class_370;method_57724(Lnet/minecraft/class_310;Lnet/minecraft/class_1923;)V
official a
Lfjo;a(Lffh;Ldbh;)V
-
addChunkSaveFailure
- Mappings:
Namespace Name Mixin selector named addChunkSaveFailure
Lnet/minecraft/client/toast/SystemToast;addChunkSaveFailure(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/util/math/ChunkPos;)V
intermediary method_57725
Lnet/minecraft/class_370;method_57725(Lnet/minecraft/class_310;Lnet/minecraft/class_1923;)V
official b
Lfjo;b(Lffh;Ldbh;)V
-