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_9037SystemToast.class_9037.field_47583static final SystemToast.class_9037SystemToast.class_9037.field_47584static final SystemToast.class_9037SystemToast.class_9037.field_47585static final SystemToast.class_9037SystemToast.class_9037.field_47586static final SystemToast.class_9037SystemToast.class_9037.field_47587static final SystemToast.class_9037SystemToast.class_9037.field_47588static final SystemToast.class_9037SystemToast.class_9037.field_47589private final SystemToast.class_9037SystemToast.typeMethods in net.minecraft.client.toast that return SystemToast.class_9037Methods in net.minecraft.client.toast with parameters of type SystemToast.class_9037Modifier and TypeMethodDescriptionstatic voidSystemToast.add(ToastManager manager, SystemToast.class_9037 type, Text title, @Nullable Text description) static SystemToastSystemToast.create(MinecraftClient client, SystemToast.class_9037 type, Text title, Text description) static voidSystemToast.method_55507(ToastManager toastManager, SystemToast.class_9037 class_9037) static voidSystemToast.show(ToastManager manager, SystemToast.class_9037 type, Text title, @Nullable Text description) Constructors in net.minecraft.client.toast with parameters of type SystemToast.class_9037ModifierConstructorDescriptionprivateSystemToast(SystemToast.class_9037 type, Text title, List<OrderedText> lines, int width) SystemToast(SystemToast.class_9037 type, Text title, @Nullable Text description)