Uses of Interface
net.minecraft.class_11565
Packages that use class_11565
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11565 in net.minecraft
Classes in net.minecraft that implement class_11565 -
Uses of class_11565 in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return types with arguments of type class_11565Modifier and TypeMethodDescriptionViewerCountManager.getViewingPlayers(World world, BlockPos pos) BarrelBlockEntity.method_72379()ChestBlockEntity.method_72379()Methods in net.minecraft.block.entity with parameters of type class_11565Modifier and TypeMethodDescriptionvoidBarrelBlockEntity.onClose(class_11565 class_11565) Called when the inventory is closed.voidChestBlockEntity.onClose(class_11565 class_11565) Called when the inventory is closed.voidEnderChestBlockEntity.onClose(class_11565 class_11565) voidShulkerBoxBlockEntity.onClose(class_11565 class_11565) Called when the inventory is closed.voidBarrelBlockEntity.onOpen(class_11565 class_11565) Called when the inventory is opened.voidChestBlockEntity.onOpen(class_11565 class_11565) Called when the inventory is opened.voidEnderChestBlockEntity.onOpen(class_11565 class_11565) voidShulkerBoxBlockEntity.onOpen(class_11565 class_11565) Called when the inventory is opened. -
Uses of class_11565 in net.minecraft.client.network
Classes in net.minecraft.client.network that implement class_11565Modifier 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 class_11565 in net.minecraft.entity.player
Classes in net.minecraft.entity.player that implement class_11565 -
Uses of class_11565 in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type class_11565Modifier and TypeMethodDescriptionvoidAbstractChestBoatEntity.onClose(class_11565 class_11565) Called when the inventory is closed.voidChestMinecartEntity.onClose(class_11565 class_11565) Called when the inventory is closed. -
Uses of class_11565 in net.minecraft.inventory
Methods in net.minecraft.inventory that return types with arguments of type class_11565Methods in net.minecraft.inventory with parameters of type class_11565Modifier and TypeMethodDescriptionvoidDoubleInventory.onClose(class_11565 class_11565) Called when the inventory is closed.voidEnderChestInventory.onClose(class_11565 class_11565) Called when the inventory is closed.default voidInventory.onClose(class_11565 class_11565) Called when the inventory is closed.voidDoubleInventory.onOpen(class_11565 class_11565) Called when the inventory is opened.voidEnderChestInventory.onOpen(class_11565 class_11565) Called when the inventory is opened.default voidInventory.onOpen(class_11565 class_11565) Called when the inventory is opened. -
Uses of class_11565 in net.minecraft.server.network
Classes in net.minecraft.server.network that implement class_11565