Class PostProcessingManager.ProfileEntry
java.lang.Object
foundry.veil.api.client.render.post.PostProcessingManager.ProfileEntry
- Enclosing class:
PostProcessingManager
A single active profile.
-
Constructor Summary
ConstructorDescriptionProfileEntry
(net.minecraft.resources.ResourceLocation pipeline, int priority) -
Method Summary
Modifier and TypeMethodDescriptionboolean
net.minecraft.resources.ResourceLocation
int
int
hashCode()
void
setPriority
(int priority) Sets the priority this effect is applied at.
-
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
-
hashCode
public int hashCode()
-