Uses of Interface
net.minecraft.entity.ContainerUser
Packages that use ContainerUser
Package
Description
-
Uses of ContainerUser in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return types with arguments of type ContainerUserModifier and TypeMethodDescriptionBarrelBlockEntity.getViewingUsers()ChestBlockEntity.getViewingUsers()ViewerCountManager.getViewingUsers(World world, BlockPos pos) Methods in net.minecraft.block.entity with parameters of type ContainerUserModifier and TypeMethodDescriptionvoidBarrelBlockEntity.onClose(ContainerUser user) Called when the inventory is closed.voidChestBlockEntity.onClose(ContainerUser user) Called when the inventory is closed.voidEnderChestBlockEntity.onClose(ContainerUser user) voidShulkerBoxBlockEntity.onClose(ContainerUser user) Called when the inventory is closed.voidBarrelBlockEntity.onOpen(ContainerUser user) Called when the inventory is opened.voidChestBlockEntity.onOpen(ContainerUser user) Called when the inventory is opened.voidEnderChestBlockEntity.onOpen(ContainerUser user) voidShulkerBoxBlockEntity.onOpen(ContainerUser user) Called when the inventory is opened. -
Uses of ContainerUser in net.minecraft.client.network
Classes in net.minecraft.client.network that implement ContainerUserModifier and TypeClassDescriptionclassclassRepresents the client's own player entity.classRepresents a player entity that is present on the client but is not the client's own player. -
Uses of ContainerUser in net.minecraft.entity.passive
Classes in net.minecraft.entity.passive that implement ContainerUser -
Uses of ContainerUser in net.minecraft.entity.player
Classes in net.minecraft.entity.player that implement ContainerUser -
Uses of ContainerUser in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type ContainerUserModifier and TypeMethodDescriptionvoidAbstractChestBoatEntity.onClose(ContainerUser user) Called when the inventory is closed.voidChestMinecartEntity.onClose(ContainerUser user) Called when the inventory is closed. -
Uses of ContainerUser in net.minecraft.inventory
Methods in net.minecraft.inventory that return types with arguments of type ContainerUserMethods in net.minecraft.inventory with parameters of type ContainerUserModifier and TypeMethodDescriptionvoidDoubleInventory.onClose(ContainerUser user) Called when the inventory is closed.voidEnderChestInventory.onClose(ContainerUser user) Called when the inventory is closed.default voidInventory.onClose(ContainerUser user) Called when the inventory is closed.voidDoubleInventory.onOpen(ContainerUser user) Called when the inventory is opened.voidEnderChestInventory.onOpen(ContainerUser user) Called when the inventory is opened.default voidInventory.onOpen(ContainerUser user) Called when the inventory is opened. -
Uses of ContainerUser in net.minecraft.server.network
Classes in net.minecraft.server.network that implement ContainerUser