Uses of Class
net.minecraft.client.toast.SystemToast.Type
| Package | Description |
|---|---|
| net.minecraft.client.toast |
-
Uses of SystemToast.Type in net.minecraft.client.toast
Fields in net.minecraft.client.toast declared as SystemToast.Type Modifier and Type Field Description private SystemToast.TypeSystemToast. typeMethods in net.minecraft.client.toast that return SystemToast.Type Modifier and Type Method Description SystemToast.TypeSystemToast. getType()static SystemToast.TypeSystemToast.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemToast.Type[]SystemToast.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.toast with parameters of type SystemToast.Type Modifier and Type Method Description static 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. show(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description)Constructors in net.minecraft.client.toast with parameters of type SystemToast.Type Constructor Description SystemToast(SystemToast.Type type, Text title, @Nullable Text description)SystemToast(SystemToast.Type type, Text title, List<OrderedText> lines, int width)