Uses of Enum 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.TypeMethods in net.minecraft.client.toast that return SystemToast.TypeModifier and TypeMethodDescriptionSystemToast.getType()static SystemToast.TypeReturns the enum constant of this class with the specified name.static SystemToast.Type[]SystemToast.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods 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.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)