Class DebugStormsOverlay
java.lang.Object
net.nullved.pmweatherapi.client.render.debug.DebugOverlay
net.nullved.pmweatherapi.client.render.debug.DebugStormsOverlay
- All Implemented Interfaces:
IRadarOverlay
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.nullved.pmweatherapi.client.render.debug.DebugOverlay
renderMarkerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.nullved.pmweatherapi.client.render.radar.IRadarOverlay
flipPose, getID, getRadarMode, orientUpwards, placeOnRadar, poseToRadarSpace, poseToWorldSpace, radarToWorldCoords, radarToWorldCoords, radarToWorldCoords, radarToWorldCoords, renderQuad, renderQuad, renderText, renderText, renderText, renderTexture, renderTexture, renderTexture, renderTexture, renderTextureUpwards, renderTextureUpwards, renderTextureUpwards, renderTextureUpwards, scale, texVertex, unorientUpwards, worldToRadarCoords, worldToRadarCoords, worldToRadarCoords, worldToRadarCoords
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DebugStormsOverlay
public DebugStormsOverlay()
-
-
Method Details
-
render
Description copied from interface:IRadarOverlayRenders objects on top of the radar- Parameters:
canRender-trueif either the server doesn't require WSR-88D or a WSR-88D is complete within 4 chunks of the radarradarRenderData- The data used to callBlockEntityRenderer.render(BlockEntity, float, PoseStack, MultiBufferSource, int, int)args- The arguments to pass to the Radar Overlay
-
getModID
- Returns:
- The Mod ID of the mod that registered this overlay
-
getIDPath
Description copied from interface:IRadarOverlayIf 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
-