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