Interface ContainerScreenAccess<T extends net.minecraft.world.inventory.AbstractContainerMenu>

All Superinterfaces:
net.minecraft.client.gui.screens.inventory.MenuAccess<T>
All Known Implementing Classes:
ModularGuiContainer

public interface ContainerScreenAccess<T extends net.minecraft.world.inventory.AbstractContainerMenu> extends net.minecraft.client.gui.screens.inventory.MenuAccess<T>
Used by ContainerGuiProvider Provides access to the ContainerMenu as well as some essential functions.

Created by brandon3055 on 08/09/2023

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    renderSlot(GuiRender render, net.minecraft.world.inventory.Slot slot)
    This is the modular gui friendly method used by elements such as GuiSlots to render inventory item stacks.

    Methods inherited from interface net.minecraft.client.gui.screens.inventory.MenuAccess

    getMenu
  • Method Details

    • renderSlot

      void renderSlot(GuiRender render, net.minecraft.world.inventory.Slot slot)
      This is the modular gui friendly method used by elements such as GuiSlots to render inventory item stacks.