Class RadarOverlays

java.lang.Object
net.nullved.pmweatherapi.client.render.RadarOverlays

public class RadarOverlays extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Map<net.minecraft.resources.ResourceLocation,RenderFunction>
     
    static void
    registerOverlay(net.minecraft.resources.ResourceLocation resourceLocation, RenderFunction renderFunction)
     
    static void
    renderOverlays(net.minecraft.world.level.block.entity.BlockEntity blockEntity, float partialTicks, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource multiBufferSource, int combinedLightIn, int combinedOverlayIn, com.mojang.blaze3d.vertex.BufferBuilder bufferBuilder)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RadarOverlays

      public RadarOverlays()
  • Method Details

    • getOverlays

      public static Map<net.minecraft.resources.ResourceLocation,RenderFunction> getOverlays()
    • renderOverlays

      public static void renderOverlays(net.minecraft.world.level.block.entity.BlockEntity blockEntity, float partialTicks, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource multiBufferSource, int combinedLightIn, int combinedOverlayIn, com.mojang.blaze3d.vertex.BufferBuilder bufferBuilder)
    • registerOverlay

      public static void registerOverlay(net.minecraft.resources.ResourceLocation resourceLocation, RenderFunction renderFunction)