Uses of Interface
net.neoforged.neoforge.client.renderstate.MapDecorationRenderStateModifier
Packages that use MapDecorationRenderStateModifier
-
Uses of MapDecorationRenderStateModifier in net.neoforged.neoforge.client.renderstate
Fields in net.neoforged.neoforge.client.renderstate with type parameters of type MapDecorationRenderStateModifierModifier and TypeFieldDescriptionprivate static final Map
<ResourceKey<MapDecorationType>, Collection<MapDecorationRenderStateModifier>> RenderStateExtensions.MAP_DECORATION
Methods in net.neoforged.neoforge.client.renderstate with parameters of type MapDecorationRenderStateModifierModifier and TypeMethodDescription(package private) static void
RenderStateExtensions.registerMapDecoration
(ResourceKey<MapDecorationType> mapDecorationTypeKey, MapDecorationRenderStateModifier modifier) void
RegisterRenderStateModifiersEvent.registerMapDecorationModifier
(ResourceKey<MapDecorationType> mapDecorationTypeKey, MapDecorationRenderStateModifier modifier) Registers a render state modifier forMapRenderState.MapDecorationRenderState
s which are run after vanilla map decoration data has been set.