Object OverlayLayer
-
- All Implemented Interfaces:
-
net.minecraft.client.gui.LayeredDraw.Layer
public class OverlayLayer implements LayeredDraw.Layer
-
-
Field Summary
Fields Modifier and Type Field Description private final ResourceLocation
VHS_OVERLAY
private final ConcurrentHashMap<ResourceLocation, OverlayRenderer>
activeOverlays
public final static OverlayLayer
INSTANCE
-
Method Summary
Modifier and Type Method Description final static Unit
activateOverlay(ResourceLocation texture, Integer ticks)
final Unit
clearOverlays()
Unit
render(GuiGraphics graphics, DeltaTracker deltaTracker)
final Unit
registerGuiLayers(RegisterGuiLayersEvent event)
final ResourceLocation
getVHS_OVERLAY()
final ConcurrentHashMap<ResourceLocation, OverlayRenderer>
getActiveOverlays()
-
-
Method Detail
-
activateOverlay
final static Unit activateOverlay(ResourceLocation texture, Integer ticks)
-
clearOverlays
final Unit clearOverlays()
-
registerGuiLayers
final Unit registerGuiLayers(RegisterGuiLayersEvent event)
-
getVHS_OVERLAY
final ResourceLocation getVHS_OVERLAY()
-
getActiveOverlays
final ConcurrentHashMap<ResourceLocation, OverlayRenderer> getActiveOverlays()
-
-
-
-