Interface SodiumCompat


public interface SodiumCompat
Veil sodium compat implementation.
  • Field Details

    • INSTANCE

      @Nullable static final @Nullable SodiumCompat INSTANCE
      Retrieves the compat instance. This will be null if sodium is not installed.
  • Method Details

    • isLoaded

      static boolean isLoaded()
      Returns:
      Whether Sodium is loaded
    • getLoadedShaders

      it.unimi.dsi.fastutil.objects.Object2IntMap<net.minecraft.resources.ResourceLocation> getLoadedShaders()
      Returns:
      A map of all shader IDs loaded by sodium
    • recompile

      @Experimental void recompile()
      Recompiles all shaders from source.
    • setActiveBuffers

      @Internal void setActiveBuffers(int activeBuffers)
      Sets the current shader active buffers. Will recompile/cache shaders as needed.
      Parameters:
      activeBuffers - The new active buffer flags
    • markChunksDirty

      void markChunksDirty()
      Marks all chunks in the view dirty.
    • getSortedRenderLists

      @Internal Object getSortedRenderLists()
    • setSortedRenderLists

      @Internal void setSortedRenderLists(@Nullable @Nullable Object sortedRenderLists)
    • getTaskLists

      @Internal Object getTaskLists()
    • setTaskList

      @Internal void setTaskList(@Nullable @Nullable Object taskList)