接口的使用
org.bukkit.block.BlockType
程序包
说明
Bukkit API的顶级程序包, 包含通用的API类和接口.
用于操作在
世界
内的三位像素(方块),包括一些特定的状态.参与操作玩家物品栏和物品交互的类.
Classes dedicated to handling data pack information.
-
org.bukkit中BlockType的使用
-
org.bukkit.block中BlockType的使用
修饰符和类型接口说明static interface
BlockType.Typed<B extends BlockData>
Typed represents a subtype ofBlockType
s that have a known block data type at compile time. -
org.bukkit.inventory中BlockType的使用
-
org.bukkit.packs中BlockType的使用
修饰符和类型方法说明boolean
DataPackManager.isEnabledByFeature
(@NotNull BlockType blockType, @NotNull World world) Gets if the BlockType is enabled for use by the features in World.