Class DebugMetarsOverlay

java.lang.Object
net.nullved.pmweatherapi.client.render.debug.DebugOverlay
net.nullved.pmweatherapi.client.render.debug.DebugMetarsOverlay
All Implemented Interfaces:
IRadarOverlay

public class DebugMetarsOverlay extends DebugOverlay
  • Field Details

  • Constructor Details

    • DebugMetarsOverlay

      public DebugMetarsOverlay()
  • Method Details

    • render

      public void render(boolean canRender, RadarRenderData radarRenderData, Object... args)
      Description copied from interface: IRadarOverlay
      Renders objects on top of the radar
      Parameters:
      canRender - true if either the server doesn't require WSR-88D or a WSR-88D is complete within 4 chunks of the radar
      radarRenderData - The data used to call BlockEntityRenderer.render(BlockEntity, float, PoseStack, MultiBufferSource, int, int)
      args - The arguments to pass to the Radar Overlay
    • getModID

      public String getModID()
      Returns:
      The Mod ID of the mod that registered this overlay
    • getIDPath

      public String getIDPath()
      Description copied from interface: IRadarOverlay
      If not overriden, this method returns the class name of the implementor converted to snake case
      Returns:
      The path to use for this overlay's ID