Uses of Class
net.minecraft.client.toast.SystemToast.class_9037
Packages that use SystemToast.class_9037
-
Uses of SystemToast.class_9037 in net.minecraft.client.toast
Fields in net.minecraft.client.toast declared as SystemToast.class_9037Modifier and TypeFieldDescriptionstatic final SystemToast.class_9037
SystemToast.class_9037.field_47583
static final SystemToast.class_9037
SystemToast.class_9037.field_47584
static final SystemToast.class_9037
SystemToast.class_9037.field_47585
static final SystemToast.class_9037
SystemToast.class_9037.field_47586
static final SystemToast.class_9037
SystemToast.class_9037.field_47587
static final SystemToast.class_9037
SystemToast.class_9037.field_47588
static final SystemToast.class_9037
SystemToast.class_9037.field_47589
private final SystemToast.class_9037
SystemToast.type
Methods in net.minecraft.client.toast that return SystemToast.class_9037Methods in net.minecraft.client.toast with parameters of type SystemToast.class_9037Modifier and TypeMethodDescriptionstatic void
SystemToast.add
(ToastManager manager, SystemToast.class_9037 type, Text title, @Nullable Text description) static SystemToast
SystemToast.create
(MinecraftClient client, SystemToast.class_9037 type, Text title, Text description) static void
SystemToast.method_55507
(ToastManager toastManager, SystemToast.class_9037 class_9037) static void
SystemToast.show
(ToastManager manager, SystemToast.class_9037 type, Text title, @Nullable Text description) Constructors in net.minecraft.client.toast with parameters of type SystemToast.class_9037ModifierConstructorDescriptionprivate
SystemToast
(SystemToast.class_9037 type, Text title, List<OrderedText> lines, int width) SystemToast
(SystemToast.class_9037 type, Text title, @Nullable Text description)