Uses of Interface
net.minecraft.world.ContainerListener
Packages that use ContainerListener
-
Uses of ContainerListener in net.minecraft.world
Fields in net.minecraft.world with type parameters of type ContainerListenerMethods in net.minecraft.world with parameters of type ContainerListenerModifier and TypeMethodDescriptionvoidSimpleContainer.addListener(ContainerListener pListener) Add a listener that will be notified when any item in this inventory is modified.voidSimpleContainer.removeListener(ContainerListener pListener) Removes the specifiedContainerListenerfrom receiving further change notices.