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 TypeMethodDescriptionvoidrenderSlot(GuiRender render, net.minecraft.world.inventory.Slot slot) This is the modular gui friendly method used by elements such asGuiSlotsto render inventory item stacks.Methods inherited from interface net.minecraft.client.gui.screens.inventory.MenuAccess
getMenu
-
Method Details
-
renderSlot
This is the modular gui friendly method used by elements such asGuiSlotsto render inventory item stacks.
-