Class MapDecorationRendererManager

java.lang.Object
net.neoforged.neoforge.client.gui.map.MapDecorationRendererManager

@Internal public final class MapDecorationRendererManager extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static boolean
     
    private static final Map<net.minecraft.world.level.saveddata.maps.MapDecorationType,IMapDecorationRenderer>
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static boolean
    render(net.minecraft.client.renderer.state.MapRenderState.MapDecorationRenderState decorationRenderState, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, net.minecraft.client.renderer.state.MapRenderState mapRenderState, net.minecraft.client.resources.MapDecorationTextureManager decorationTextures, boolean inItemFrame, int packedLight, int index)
     

    Methods inherited from class java.lang.Object

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

    • RENDERERS

      private static final Map<net.minecraft.world.level.saveddata.maps.MapDecorationType,IMapDecorationRenderer> RENDERERS
    • initialized

      private static boolean initialized
  • Constructor Details

    • MapDecorationRendererManager

      private MapDecorationRendererManager()
  • Method Details

    • render

      public static boolean render(net.minecraft.client.renderer.state.MapRenderState.MapDecorationRenderState decorationRenderState, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, net.minecraft.client.renderer.state.MapRenderState mapRenderState, net.minecraft.client.resources.MapDecorationTextureManager decorationTextures, boolean inItemFrame, int packedLight, int index)
    • init

      public static void init()