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_DECORATIONMethods in net.neoforged.neoforge.client.renderstate with parameters of type MapDecorationRenderStateModifierModifier and TypeMethodDescription(package private) static voidRenderStateExtensions.registerMapDecoration(ResourceKey<MapDecorationType> mapDecorationTypeKey, MapDecorationRenderStateModifier modifier) voidRegisterRenderStateModifiersEvent.registerMapDecorationModifier(ResourceKey<MapDecorationType> mapDecorationTypeKey, MapDecorationRenderStateModifier modifier) Registers a render state modifier forMapRenderState.MapDecorationRenderStates which are run after vanilla map decoration data has been set.