Uses of Interface
org.bukkit.block.BlockType
Packages that use BlockType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes used to manipulate the voxels in a 
world,
 including special states.Classes involved in manipulating player inventories and item interactions.
Classes dedicated to handling data pack information.
- 
Uses of BlockType in org.bukkitFields in org.bukkit with type parameters of type BlockTypeMethods in org.bukkit that return BlockTypeModifier and TypeMethodDescriptionMaterial.asBlockType()Tries to convert this Material to a block type
- 
Uses of BlockType in org.bukkit.blockSubinterfaces of BlockType in org.bukkit.blockModifier and TypeInterfaceDescriptionstatic interfaceBlockType.Typed<B extends BlockData>Typed represents a subtype ofBlockTypes that have a known block data type at compile time.
- 
Uses of BlockType in org.bukkit.inventoryMethods in org.bukkit.inventory that return BlockTypeModifier and TypeMethodDescriptionItemType.getBlockType()Returns the correspondingBlockTypefor the given ItemType.
- 
Uses of BlockType in org.bukkit.packsMethods in org.bukkit.packs with parameters of type BlockTypeModifier and TypeMethodDescriptionbooleanDataPackManager.isEnabledByFeature(BlockType blockType, World world) Gets if the BlockType is enabled for use by the features in World.