Uses of Interface
net.minecraft.client.gui.screens.inventory.MenuAccess
Packages that use MenuAccess
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
- 
Uses of MenuAccess in net.minecraft.client.gui.screensClasses in net.minecraft.client.gui.screens with type parameters of type MenuAccessModifier and TypeInterfaceDescriptionstatic interfaceMenuScreens.ScreenConstructor<T extends AbstractContainerMenu,U extends Screen & MenuAccess<T>> Methods in net.minecraft.client.gui.screens with type parameters of type MenuAccessModifier and TypeMethodDescriptionstatic <M extends AbstractContainerMenu,U extends Screen & MenuAccess<M>> 
 voidMenuScreens.register(MenuType<? extends M> p_96207_, MenuScreens.ScreenConstructor<M, U> p_96208_) Deprecated.
- 
Uses of MenuAccess in net.minecraft.client.gui.screens.inventoryClasses in net.minecraft.client.gui.screens.inventory that implement MenuAccessModifier and TypeClassDescriptionclassAbstractContainerScreen<T extends AbstractContainerMenu>classAbstractFurnaceScreen<T extends AbstractFurnaceMenu>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassItemCombinerScreen<T extends ItemCombinerMenu>classclassclassclassclassclassclass
- 
Uses of MenuAccess in net.neoforged.neoforge.client.eventMethods in net.neoforged.neoforge.client.event with type parameters of type MenuAccessModifier and TypeMethodDescription<M extends AbstractContainerMenu,U extends Screen & MenuAccess<M>> 
 voidRegisterMenuScreensEvent.register(MenuType<? extends M> menuType, MenuScreens.ScreenConstructor<M, U> screenConstructor) 
- 
Uses of MenuAccess in net.neoforged.neoforge.oldtest.miscClasses in net.neoforged.neoforge.oldtest.misc that implement MenuAccess
- 
Uses of MenuAccess in net.neoforged.neoforge.oldtest.recipebookClasses in net.neoforged.neoforge.oldtest.recipebook that implement MenuAccess
RegisterMenuScreensEventto register menu screens + TODO 1.20.5: remove AT related to this