Class PostProcessingManager.ProfileEntry

java.lang.Object
foundry.veil.api.client.render.post.PostProcessingManager.ProfileEntry
Enclosing class:
PostProcessingManager

public static class PostProcessingManager.ProfileEntry extends Object
A single active profile.
  • Constructor Details

    • ProfileEntry

      public ProfileEntry(net.minecraft.resources.ResourceLocation pipeline, int priority)
  • Method Details

    • getPipeline

      public net.minecraft.resources.ResourceLocation getPipeline()
      Returns:
      The id of the pipeline shader
    • getPriority

      public int getPriority()
      Returns:
      The priority the profile is inserted at
    • setPriority

      public void setPriority(int priority)
      Sets the priority this effect is applied at.
      Parameters:
      priority - The new priority
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object