Class DebugOverlay
java.lang.Object
net.nullved.pmweatherapi.client.render.DebugOverlay
- All Implemented Interfaces:
IRadarOverlay
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
DebugOverlay
public DebugOverlay()
-
-
Method Details
-
render
Description copied from interface:IRadarOverlayRenders objects on top of the radar- Specified by:
renderin interfaceIRadarOverlay- 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
- Specified by:
getModIDin interfaceIRadarOverlay- 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- Specified by:
getIDPathin interfaceIRadarOverlay- Returns:
- The path to use for this overlay's ID
-