mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-02-03 16:54:57 +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.Event;
|
||||||
import net.fabricmc.fabric.api.event.EventFactory;
|
import net.fabricmc.fabric.api.event.EventFactory;
|
||||||
|
|
||||||
|
@FunctionalInterface
|
||||||
public interface RenderStageCallback {
|
public interface RenderStageCallback {
|
||||||
Event<RenderStageCallback> EVENT =
|
Event<RenderStageCallback> EVENT =
|
||||||
EventFactory.createArrayBacked(RenderStageCallback.class, callbacks -> (context, stage) -> {
|
EventFactory.createArrayBacked(RenderStageCallback.class, callbacks -> (context, stage) -> {
|
||||||
|
|
Loading…
Reference in a new issue