Uses of Interface
org.bukkit.inventory.InventoryHolder
-
Packages that use InventoryHolder Package Description org.bukkit More generalized classes in the API.org.bukkit.block Classes used to manipulate the voxels in aworld, including special states.org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld, including all players, monsters, projectiles, etc.org.bukkit.entity.minecart Interfaces for variousMinecarttypes.org.bukkit.inventory Classes involved in manipulating player inventories and item interactions. -
-
Uses of InventoryHolder in org.bukkit
Methods in org.bukkit with parameters of type InventoryHolder Modifier and Type Method Description static InventoryBukkit. createInventory(InventoryHolder owner, int size)Creates an empty inventory of typeInventoryType.CHESTwith the specified size.static InventoryBukkit. createInventory(InventoryHolder owner, int size, String title)Creates an empty inventory of typeInventoryType.CHESTwith the specified size and title.static InventoryBukkit. createInventory(InventoryHolder owner, InventoryType type)Creates an empty inventory with the specified type and title.static InventoryBukkit. createInventory(InventoryHolder owner, InventoryType type, String title)Creates an empty inventory with the specified type and title.InventoryServer. createInventory(InventoryHolder owner, int size)Creates an empty inventory of typeInventoryType.CHESTwith the specified size.InventoryServer. createInventory(InventoryHolder owner, int size, String title)Creates an empty inventory of typeInventoryType.CHESTwith the specified size and title.InventoryServer. createInventory(InventoryHolder owner, InventoryType type)Creates an empty inventory with the specified type and title.InventoryServer. createInventory(InventoryHolder owner, InventoryType type, String title)Creates an empty inventory with the specified type and title. -
Uses of InventoryHolder in org.bukkit.block
Subinterfaces of InventoryHolder in org.bukkit.block Modifier and Type Interface Description interfaceBeaconRepresents a captured state of a beacon.interfaceBrewingStandRepresents a captured state of a brewing stand.interfaceChestRepresents a captured state of a chest.interfaceContainerRepresents a captured state of a container block.interfaceDispenserRepresents a captured state of a dispenser.interfaceDropperRepresents a captured state of a dropper.interfaceFurnaceRepresents a captured state of a furnace.interfaceHopperRepresents a captured state of a hopper.interfaceShulkerBoxRepresents a captured state of a ShulkerBox.Classes in org.bukkit.block that implement InventoryHolder Modifier and Type Class Description classDoubleChestRepresents a double chest.Methods in org.bukkit.block that return InventoryHolder Modifier and Type Method Description InventoryHolderDoubleChest. getLeftSide()InventoryHolderDoubleChest. getRightSide() -
Uses of InventoryHolder in org.bukkit.entity
Subinterfaces of InventoryHolder in org.bukkit.entity Modifier and Type Interface Description interfaceAbstractHorseRepresents a Horse-like creature.interfaceChestedHorseRepresents Horse-like creatures which can carry an inventory.interfaceDonkeyRepresents a Donkey - variant ofChestedHorse.interfaceHorseRepresents a Horse.interfaceHumanEntityRepresents a human entity, such as an NPC or a playerinterfaceLlamaRepresents a Llama.interfaceMuleRepresents a Mule - variant ofChestedHorse.interfacePlayerRepresents a player, connected or notinterfaceSkeletonHorseRepresents a SkeletonHorse - variant ofAbstractHorse.interfaceVillagerRepresents a villager NPCinterfaceZombieHorseRepresents a ZombieHorse - variant ofAbstractHorse. -
Uses of InventoryHolder in org.bukkit.entity.minecart
Subinterfaces of InventoryHolder in org.bukkit.entity.minecart Modifier and Type Interface Description interfaceHopperMinecartRepresents a Minecart with a Hopper inside itinterfaceStorageMinecartRepresents a minecart with a chest. -
Uses of InventoryHolder in org.bukkit.inventory
Methods in org.bukkit.inventory that return InventoryHolder Modifier and Type Method Description InventoryHolderInventory. getHolder()Gets the block or entity belonging to the open inventory
-