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.Type
SystemToast.Type.CHUNK_LOAD_FAILURE
static final SystemToast.Type
SystemToast.Type.CHUNK_SAVE_FAILURE
static final SystemToast.Type
SystemToast.Type.FILE_DROP_FAILURE
static final SystemToast.Type
SystemToast.Type.LOW_DISK_SPACE
static final SystemToast.Type
SystemToast.Type.NARRATOR_TOGGLE
static final SystemToast.Type
SystemToast.Type.PACK_COPY_FAILURE
static final SystemToast.Type
SystemToast.Type.PACK_LOAD_FAILURE
static final SystemToast.Type
SystemToast.Type.PERIODIC_NOTIFICATION
private final SystemToast.Type
SystemToast.type
static final SystemToast.Type
SystemToast.Type.UNSECURE_SERVER_WARNING
static final SystemToast.Type
SystemToast.Type.WORLD_ACCESS_FAILURE
static final SystemToast.Type
SystemToast.Type.WORLD_BACKUP
Methods in net.minecraft.client.toast that return SystemToast.TypeMethods in net.minecraft.client.toast with parameters of type SystemToast.TypeModifier and TypeMethodDescriptionstatic void
SystemToast.add
(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) static SystemToast
SystemToast.create
(MinecraftClient client, SystemToast.Type type, Text title, Text description) static void
SystemToast.hide
(ToastManager manager, SystemToast.Type type) static void
SystemToast.show
(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) Constructors in net.minecraft.client.toast with parameters of type SystemToast.TypeModifierConstructorDescriptionprivate
SystemToast
(SystemToast.Type type, Text title, List<OrderedText> lines, int width) SystemToast
(SystemToast.Type type, Text title, @Nullable Text description)