Uses of Interface
net.minecraft.world.inventory.ContainerListener
Packages that use ContainerListener
Package
Description
-
Uses of ContainerListener in net.minecraft.client.gui.screens.inventory
Classes in net.minecraft.client.gui.screens.inventory that implement ContainerListenerModifier and TypeClassDescriptionclass
class
class
ItemCombinerScreen<T extends ItemCombinerMenu>
class
Fields in net.minecraft.client.gui.screens.inventory declared as ContainerListener -
Uses of ContainerListener in net.minecraft.server.level
Fields in net.minecraft.server.level declared as ContainerListener -
Uses of ContainerListener in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory with type parameters of type ContainerListenerModifier and TypeFieldDescriptionprivate final List<ContainerListener>
AbstractContainerMenu.containerListeners
Methods in net.minecraft.world.inventory with parameters of type ContainerListenerModifier and TypeMethodDescriptionvoid
AbstractContainerMenu.addSlotListener
(ContainerListener p_38894_) void
AbstractContainerMenu.removeSlotListener
(ContainerListener p_38944_)