Class RadarOverlays
java.lang.Object
net.nullved.pmweatherapi.client.render.RadarOverlays
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<net.minecraft.resources.ResourceLocation, RenderFunction> static voidregisterOverlay(net.minecraft.resources.ResourceLocation resourceLocation, RenderFunction renderFunction) static voidrenderOverlays(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)
-
Constructor Details
-
RadarOverlays
public RadarOverlays()
-
-
Method Details
-
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)
-