mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-02-04 01:04:58 +01:00
Fix RenderStageCallback
This commit is contained in:
parent
edce752499
commit
1e6dfa06d0
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