Package mcp.mobius.waila.api
Class WailaConstants
java.lang.Object
mcp.mobius.waila.api.WailaConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ResourceLocation
Built-in components texture.static final ResourceLocation
Where the tooltip icon should be positioned.static final ResourceLocation
Whether Waila should show tooltip for blocks.static final ResourceLocation
Whether Waila should show tooltip for entities.static final ResourceLocation
Whether Waila should show tooltip for fluids.static final ResourceLocation
Whether Waila should show icon at the side of the tooltip.static final ResourceLocation
Whether Waila should show the name of the mod the item originated from when hovering it in screen.static final ResourceLocation
Whether Waila should show the name of the mod the object originated from.static final ResourceLocation
Whether Waila should show the registry name of the object.static final int
Used for validating config.static final int
The default priority for all component and data provider.static final String
static final String
static final ResourceLocation
Tooltip tag for mod name line.static final String
static final ResourceLocation
Tooltip tag for block, fluid, and entity name line.static final ResourceLocation
Tooltip tag for registry name line.static final ResourceLocation
Gradient theme id.static final ResourceLocation
Nine patch theme id.static final String
static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
WAILA
- See Also:
-
WTHIT
- See Also:
-
NAMESPACE
- See Also:
-
MOD_ID
- See Also:
-
MOD_NAME
- See Also:
-
CONFIG_VERSION
public static final int CONFIG_VERSIONUsed for validating config.- See Also:
-
DEFAULT_PRIORITY
public static final int DEFAULT_PRIORITYThe default priority for all component and data provider.- See Also:
-
OBJECT_NAME_TAG
Tooltip tag for block, fluid, and entity name line.- See Also:
-
REGISTRY_NAME_TAG
Tooltip tag for registry name line.- See Also:
-
MOD_NAME_TAG
Tooltip tag for mod name line.- See Also:
-
CONFIG_SHOW_BLOCK
Whether Waila should show tooltip for blocks.Default value:
true
-
CONFIG_SHOW_FLUID
Whether Waila should show tooltip for fluids.Default value:
false
-
CONFIG_SHOW_ENTITY
Whether Waila should show tooltip for entities.Default value:
true
-
CONFIG_SHOW_ICON
Whether Waila should show icon at the side of the tooltip.Default value:
true
-
CONFIG_ICON_POSITION
Where the tooltip icon should be positioned.Default value:
IWailaConfig.Overlay.Position.Align.Y.MIDDLE
-
CONFIG_SHOW_MOD_NAME
Whether Waila should show the name of the mod the object originated from.Default value:
true
-
CONFIG_SHOW_ITEM_MOD_NAME
Whether Waila should show the name of the mod the item originated from when hovering it in screen.Default value:
true
-
CONFIG_SHOW_REGISTRY
Whether Waila should show the registry name of the object.Default value:
false
-
COMPONENT_TEXTURE
Built-in components texture. -
THEME_TYPE_GRADIENT
Gradient theme id. -
THEME_TYPE_NINE_PATCH
Nine patch theme id.
-
-
Constructor Details
-
WailaConstants
public WailaConstants()
-