Class OraxenHookerImpl

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      OraxenHookerImpl() 启用Oraxen挂钩
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ItemStack getItemStack(String id) 获取Oraxen物品, 不存在对应ID的Oraxen物品则返回null
      Boolean hasItem(String id) 是否存在对应ID的Oraxen物品
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OraxenHookerImpl

        OraxenHookerImpl()
        启用Oraxen挂钩
    • Method Detail

      • getItemStack

         ItemStack getItemStack(String id)

        获取Oraxen物品, 不存在对应ID的Oraxen物品则返回null

        Parameters:
        id - Oraxen物品ID
        Returns:

        Oraxen物品(不存在则返回null)

      • hasItem

         Boolean hasItem(String id)

        是否存在对应ID的Oraxen物品

        Parameters:
        id - Oraxen物品ID
        Returns:

        是否存在