Interface GuiEffectBoundaryBridge.RenderState
- Enclosing interface:
GuiEffectBoundaryBridge
public static interface GuiEffectBoundaryBridge.RenderState
Internal bridge implemented on Minecraft's retained GUI render state.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMarks the current stratum as the first range after RenderLib effects.
-
Method Details
-
renderlib$markCurrentStratumAfterEffect
boolean renderlib$markCurrentStratumAfterEffect()Marks the current stratum as the first range after RenderLib effects.- Returns:
- whether the frame had no earlier effect boundary
-