Uses of Interface
org.bukkit.block.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
Modifier and TypeMethodDescriptionMaterial.asBlockType()
Tries to convert this Material to a block type -
Uses of BlockType in org.bukkit.block
Modifier 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
Modifier and TypeMethodDescriptionItemType.getBlockType()
Returns the correspondingBlockType
for the given ItemType. -
Uses of BlockType in org.bukkit.packs
Modifier and TypeMethodDescriptionboolean
DataPackManager.isEnabledByFeature
(BlockType blockType, World world) Gets if the BlockType is enabled for use by the features in World.