Uses of Class
net.minecraft.container.ContainerBase
Packages that use ContainerBase
Package
Description
-
Uses of ContainerBase in net.minecraft.client.gui.screen.container
Fields in net.minecraft.client.gui.screen.container declared as ContainerBaseConstructors in net.minecraft.client.gui.screen.container with parameters of type ContainerBase -
Uses of ContainerBase in net.minecraft.container
Subclasses of ContainerBase in net.minecraft.containerMethods in net.minecraft.container with parameters of type ContainerBaseModifier and TypeMethodDescriptionvoidContainerListener.updateContents(ContainerBase container, List contents) voidContainerListener.updateProperty(ContainerBase container, int index, int value) voidContainerListener.updateSlot(ContainerBase container, int slot, ItemInstance item) -
Uses of ContainerBase in net.minecraft.entity.player
Subclasses of ContainerBase in net.minecraft.entity.playerFields in net.minecraft.entity.player declared as ContainerBaseMethods in net.minecraft.entity.player with parameters of type ContainerBaseModifier and TypeMethodDescriptionvoidServerPlayer.method_311(ContainerBase containerBase) voidServerPlayer.updateContents(ContainerBase container, List contents) voidServerPlayer.updateProperty(ContainerBase container, int index, int value) voidServerPlayer.updateSlot(ContainerBase container, int slot, ItemInstance item) -
Uses of ContainerBase in net.minecraft.inventory
Fields in net.minecraft.inventory declared as ContainerBaseConstructors in net.minecraft.inventory with parameters of type ContainerBase