Uses of Class
net.minecraft.client.gui.screens.inventory.EffectRenderingInventoryScreen
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of EffectRenderingInventoryScreen in net.minecraft.client.gui.screens.inventory
-
Uses of EffectRenderingInventoryScreen in net.neoforged.neoforge.client
Modifier and TypeMethodDescriptionClientHooks.getEffectTooltip
(EffectRenderingInventoryScreen<?> screen, MobEffectInstance effectInst, List<Component> tooltip) Fires theGatherEffectScreenTooltipsEvent
and returns the resulting tooltip lines. -
Uses of EffectRenderingInventoryScreen in net.neoforged.neoforge.client.event
Modifier and TypeFieldDescriptionprotected final EffectRenderingInventoryScreen
<?> GatherEffectScreenTooltipsEvent.screen
ModifierConstructorDescriptionGatherEffectScreenTooltipsEvent
(EffectRenderingInventoryScreen<?> screen, MobEffectInstance effectInst, List<Component> tooltip) -
Uses of EffectRenderingInventoryScreen in net.neoforged.neoforge.client.extensions.common
Modifier and TypeMethodDescriptiondefault boolean
IClientMobEffectExtensions.renderInventoryIcon
(MobEffectInstance instance, EffectRenderingInventoryScreen<?> screen, GuiGraphics guiGraphics, int x, int y, int blitOffset) Renders the icon of the specified effect in the player's inventory.default boolean
IClientMobEffectExtensions.renderInventoryText
(MobEffectInstance instance, EffectRenderingInventoryScreen<?> screen, GuiGraphics guiGraphics, int x, int y, int blitOffset) Renders the text of the specified effect in the player's inventory.