Fix RenderStageCallback

This commit is contained in:
Kneelawk 2024-04-26 22:25:45 -07:00 committed by Jozufozu
parent bce5f3f9b8
commit 90321be90d

View file

@ -3,6 +3,7 @@ package com.jozufozu.flywheel.api.event;
import net.fabricmc.fabric.api.event.Event;
import net.fabricmc.fabric.api.event.EventFactory;
@FunctionalInterface
public interface RenderStageCallback {
Event<RenderStageCallback> EVENT =
EventFactory.createArrayBacked(RenderStageCallback.class, callbacks -> (context, stage) -> {