dev.creoii.creoapi.impl.shader.util.PostProcessorInteraction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of creo-shader-interaction-api Show documentation
Show all versions of creo-shader-interaction-api Show documentation
Interaction with vanilla shaders.
The newest version!
package dev.creoii.creoapi.impl.shader.util;
import net.minecraft.class_2960;
import org.jetbrains.annotations.ApiStatus;
@ApiStatus.NonExtendable
public interface PostProcessorInteraction {
class_2960 creo$getCurrentPostProcessor();
void creo$setCurrentPostProcessor(class_2960 id);
void creo$clearPostProcessors();
}