Package foundry.veil

Class Veil

java.lang.Object
foundry.veil.Veil

public class Veil extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final boolean
     
    static final boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    This will be replaced with an optional ImGui mod
    static final boolean
     
    static final org.slf4j.Logger
     
    static final String
     
    static boolean
     
    static final boolean
     
    static final boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
     
    static net.minecraft.resources.ResourceLocation
     
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
    This will be replaced with an optional ImGui mod

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODID

      public static final String MODID
      See Also:
    • LOGGER

      public static final org.slf4j.Logger LOGGER
    • DEBUG

      public static final boolean DEBUG
    • IMGUI

      @Deprecated(since="3.0.0", forRemoval=true) public static final boolean IMGUI
      Deprecated, for removal: This API element is subject to removal in a future version.
      This will be replaced with an optional ImGui mod
    • VERBOSE_SHADER_ERRORS

      public static final boolean VERBOSE_SHADER_ERRORS
    • RENDERDOC

      public static boolean RENDERDOC
    • SODIUM

      public static final boolean SODIUM
    • IRIS

      public static final boolean IRIS
  • Constructor Details

    • Veil

      public Veil()
  • Method Details

    • init

      @Internal public static void init()
    • withImGui

      @Deprecated(since="3.0.0", forRemoval=true) public static void withImGui(Runnable task)
      Deprecated, for removal: This API element is subject to removal in a future version.
      This will be replaced with an optional ImGui mod
      Runs the specified code with the correct ImGui context.
      Parameters:
      task - The ImGui task to run
    • veilPath

      public static net.minecraft.resources.ResourceLocation veilPath(String path)
    • platform

      public static VeilPlatform platform()