Uses of Class
net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
Packages that use AbstractContainerScreen
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of AbstractContainerScreen in net.minecraft.client.gui.screens.inventory
Subclasses of AbstractContainerScreen in net.minecraft.client.gui.screens.inventoryModifier and TypeClassDescriptionclassAbstractFurnaceScreen<T extends AbstractFurnaceMenu>classAbstractRecipeBookScreen<T extends RecipeBookMenu>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassItemCombinerScreen<T extends ItemCombinerMenu>classclassclassclassclassclassFields in net.minecraft.client.gui.screens.inventory declared as AbstractContainerScreenModifier and TypeFieldDescriptionprivate final AbstractContainerScreen<?> EffectsInInventory.screenConstructors in net.minecraft.client.gui.screens.inventory with parameters of type AbstractContainerScreen -
Uses of AbstractContainerScreen in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type AbstractContainerScreenModifier and TypeMethodDescriptionClientHooks.getEffectTooltip(AbstractContainerScreen<?> screen, MobEffectInstance effectInst, List<Component> tooltip) Fires theGatherEffectScreenTooltipsEventand returns the resulting tooltip lines. -
Uses of AbstractContainerScreen in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as AbstractContainerScreenModifier and TypeFieldDescriptionprivate final AbstractContainerScreen<?> ContainerScreenEvent.containerScreenprotected final AbstractContainerScreen<?> GatherEffectScreenTooltipsEvent.screenMethods in net.neoforged.neoforge.client.event that return AbstractContainerScreenModifier and TypeMethodDescriptionContainerScreenEvent.getContainerScreen()Returns the container screen.GatherEffectScreenTooltipsEvent.getScreen()Constructors in net.neoforged.neoforge.client.event with parameters of type AbstractContainerScreenModifierConstructorDescriptionBackground(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) protectedContainerScreenEvent(AbstractContainerScreen<?> containerScreen) Foreground(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) GatherEffectScreenTooltipsEvent(AbstractContainerScreen<?> screen, MobEffectInstance effectInst, List<Component> tooltip) protectedRender(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) -
Uses of AbstractContainerScreen in net.neoforged.neoforge.client.extensions.common
Methods in net.neoforged.neoforge.client.extensions.common with parameters of type AbstractContainerScreenModifier and TypeMethodDescriptiondefault booleanIClientMobEffectExtensions.renderInventoryIcon(MobEffectInstance instance, AbstractContainerScreen<?> screen, GuiGraphics guiGraphics, int x, int y, int blitOffset) Renders the icon of the specified effect in the player's inventory.default booleanIClientMobEffectExtensions.renderInventoryText(MobEffectInstance instance, AbstractContainerScreen<?> screen, GuiGraphics guiGraphics, int x, int y, int blitOffset) Renders the text of the specified effect in the player's inventory.