mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-24 20:07:54 +01:00
Fix RenderStageCallback
This commit is contained in:
parent
bce5f3f9b8
commit
90321be90d
1 changed files with 1 additions and 0 deletions
|
@ -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) -> {
|
||||
|
|
Loading…
Reference in a new issue