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