Quilt Loader 1
Loading...
Searching...
No Matches
net.fabricmc.loader.impl.gui.FabricStatusTree Class Reference

Classes

enum  FabricBasicButtonType
class  FabricStatusButton
class  FabricStatusNode
class  FabricStatusTab
enum  FabricTreeWarningLevel

Public Member Functions

 FabricStatusTree (String title, String mainText)
 FabricStatusTree (DataInputStream is) throws IOException
void writeTo (DataOutputStream os) throws IOException
QuiltBasicWindow<?> toQuiltWindow ()
FabricStatusTab addTab (String name)
FabricStatusButton addButton (String text, FabricBasicButtonType type)

Public Attributes

final String title
final String mainText
final List< FabricStatusTab > tabs = new ArrayList<>()
final List< FabricStatusButton > buttons = new ArrayList<>()

Static Public Attributes

static final String ICON_TYPE_DEFAULT = ""
 No icon is displayed.
static final String ICON_TYPE_FOLDER = "folder"
 Generic folder.
static final String ICON_TYPE_UNKNOWN_FILE = "file"
 Generic (unknown contents) file.
static final String ICON_TYPE_JAR_FILE = "jar"
 Generic non-Fabric jar file.
static final String ICON_TYPE_FABRIC_JAR_FILE = "jar+fabric"
 Generic Fabric-related jar file.
static final String ICON_TYPE_FABRIC = "fabric"
 Something related to Fabric (It's not defined what exactly this is for, but it uses the main Fabric logo).
static final String ICON_TYPE_JSON = "json"
 Generic JSON file.
static final String ICON_TYPE_FABRIC_JSON = "json+fabric"
 A file called "fabric.mod.json".
static final String ICON_TYPE_JAVA_CLASS = "java_class"
 Java bytecode class file.
static final String ICON_TYPE_PACKAGE = "package"
 A folder inside of a Java JAR.
static final String ICON_TYPE_JAVA_PACKAGE = "java_package"
 A folder that contains Java class files.
static final String ICON_TYPE_TICK = "tick"
 A tick symbol, used to indicate that something matched.
static final String ICON_TYPE_LESSER_CROSS = "lesser_cross"
 A cross symbol, used to indicate that something didn't match (although it's not an error).

Detailed Description

Member Data Documentation

◆ ICON_TYPE_LESSER_CROSS

final String net.fabricmc.loader.impl.gui.FabricStatusTree.ICON_TYPE_LESSER_CROSS = "lesser_cross"
static

A cross symbol, used to indicate that something didn't match (although it's not an error).

Used as the opposite of ICON_TYPE_TICK


The documentation for this class was generated from the following file:
  • src/fabric/impl/java/net/fabricmc/loader/impl/gui/FabricStatusTree.java