Class ItemsAdderHookerImpl
-
- All Implemented Interfaces:
public final class ItemsAdderHookerImpl extends ItemsAdderHooker
ItemsAdder挂钩
-
-
Constructor Summary
Constructors Constructor Description ItemsAdderHookerImpl()启用ItemsAdder挂钩
-
Method Summary
Modifier and Type Method Description ItemStackgetItemStack(String id)获取ItemsAdder物品, 不存在对应ID的ItemsAdder物品则返回null BooleanhasItem(String id)是否存在对应ID的ItemsAdder物品 -
-
Method Detail
-
getItemStack
ItemStack getItemStack(String id)
获取ItemsAdder物品, 不存在对应ID的ItemsAdder物品则返回null
- Parameters:
id- ItemsAdder物品ID- Returns:
ItemsAdder物品(不存在则返回null)
-
-
-
-