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 TypeClassDescriptionclass
AbstractFurnaceScreen<T extends AbstractFurnaceMenu>
class
AbstractRecipeBookScreen<T extends RecipeBookMenu>
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
ItemCombinerScreen<T extends ItemCombinerMenu>
class
class
class
class
class
class
Fields in net.minecraft.client.gui.screens.inventory declared as AbstractContainerScreenModifier and TypeFieldDescriptionprivate final AbstractContainerScreen
<?> EffectsInInventory.screen
Constructors 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 theGatherEffectScreenTooltipsEvent
and 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.containerScreen
protected final AbstractContainerScreen
<?> GatherEffectScreenTooltipsEvent.screen
Methods 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) protected
ContainerScreenEvent
(AbstractContainerScreen<?> containerScreen) Foreground
(AbstractContainerScreen<?> guiContainer, GuiGraphics guiGraphics, int mouseX, int mouseY) GatherEffectScreenTooltipsEvent
(AbstractContainerScreen<?> screen, MobEffectInstance effectInst, List<Component> tooltip) protected
Render
(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 boolean
IClientMobEffectExtensions.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 boolean
IClientMobEffectExtensions.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.