Uses of Class
net.minecraft.client.toast.SystemToast.Type
Packages that use SystemToast.Type
-
Uses of SystemToast.Type in net.minecraft.client.toast
Fields in net.minecraft.client.toast declared as SystemToast.TypeModifier and TypeFieldDescriptionstatic final SystemToast.TypeSystemToast.Type.NARRATOR_TOGGLEstatic final SystemToast.TypeSystemToast.Type.PACK_COPY_FAILUREstatic final SystemToast.TypeSystemToast.Type.PACK_LOAD_FAILUREstatic final SystemToast.TypeSystemToast.Type.PERIODIC_NOTIFICATIONprivate final SystemToast.TypeSystemToast.typestatic final SystemToast.TypeSystemToast.Type.UNSECURE_SERVER_WARNINGstatic final SystemToast.TypeSystemToast.Type.WORLD_ACCESS_FAILUREstatic final SystemToast.TypeSystemToast.Type.WORLD_BACKUPMethods in net.minecraft.client.toast that return SystemToast.TypeMethods in net.minecraft.client.toast with parameters of type SystemToast.TypeModifier and TypeMethodDescriptionstatic voidSystemToast.add(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) static SystemToastSystemToast.create(MinecraftClient client, SystemToast.Type type, Text title, Text description) static voidSystemToast.hide(ToastManager manager, SystemToast.Type type) static voidSystemToast.show(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) Constructors in net.minecraft.client.toast with parameters of type SystemToast.TypeModifierConstructorDescriptionprivateSystemToast(SystemToast.Type type, Text title, List<OrderedText> lines, int width) SystemToast(SystemToast.Type type, Text title, @Nullable Text description)