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 TypeMethodDescriptionvoid
SimpleContainer.addListener
(ContainerListener pListener) Add a listener that will be notified when any item in this inventory is modified.void
SimpleContainer.removeListener
(ContainerListener pListener) Removes the specifiedContainerListener
from receiving further change notices.