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.bukkit
Fields 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.block
Subinterfaces of BlockType in org.bukkit.blockModifier and TypeInterfaceDescriptionstatic interface
BlockType.Typed<B extends BlockData>
Typed represents a subtype ofBlockType
s that have a known block data type at compile time. -
Uses of BlockType in org.bukkit.inventory
Methods in org.bukkit.inventory that return BlockTypeModifier and TypeMethodDescriptionItemType.getBlockType()
Returns the correspondingBlockType
for the given ItemType. -
Uses of BlockType in org.bukkit.packs
Methods in org.bukkit.packs with parameters of type BlockTypeModifier and TypeMethodDescriptionboolean
DataPackManager.isEnabledByFeature
(BlockType blockType, World world) Gets if the BlockType is enabled for use by the features in World.