Class MapDecorationRendererManager
java.lang.Object
net.neoforged.neoforge.client.gui.map.MapDecorationRendererManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static boolean
private static final Map
<MapDecorationType, IMapDecorationRenderer> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
init()
static boolean
render
(MapDecoration decoration, PoseStack poseStack, MultiBufferSource bufferSource, MapItemSavedData mapData, MapDecorationTextureManager decorationTextures, boolean inItemFrame, int packedLight, int index)
-
Field Details
-
RENDERERS
-
initialized
private static boolean initialized
-
-
Constructor Details
-
MapDecorationRendererManager
private MapDecorationRendererManager()
-
-
Method Details
-
render
public static boolean render(MapDecoration decoration, PoseStack poseStack, MultiBufferSource bufferSource, MapItemSavedData mapData, MapDecorationTextureManager decorationTextures, boolean inItemFrame, int packedLight, int index) -
init
public static void init()
-