Package com.jozufozu.flywheel.backend
Class RenderWork
java.lang.Object
com.jozufozu.flywheel.backend.RenderWork
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidQueue work to be executed at the end of a framestatic voidonRenderWorldLast(net.minecraftforge.client.event.RenderLevelLastEvent event)
-
Constructor Details
-
RenderWork
public RenderWork()
-
-
Method Details
-
onRenderWorldLast
public static void onRenderWorldLast(net.minecraftforge.client.event.RenderLevelLastEvent event) -
enqueue
Queue work to be executed at the end of a frame
-