类 ExtraAttributeModule.ExtraAttrSummary

  • 所有已实现的接口:
    com.pxpmc.pxrpg.api.modules.attribute.AttributeSummary
    封闭类:
    ExtraAttributeModule

    public static class ExtraAttributeModule.ExtraAttrSummary
    extends java.lang.Object
    implements com.pxpmc.pxrpg.api.modules.attribute.AttributeSummary
    • 嵌套类概要

      • 从接口继承的嵌套类/接口 com.pxpmc.pxrpg.api.modules.attribute.AttributeSummary

        com.pxpmc.pxrpg.api.modules.attribute.AttributeSummary.AttributeList
    • 构造器概要

      构造器 
      构造器 说明
      ExtraAttrSummary​(com.pxpmc.pxrpg.api.modules.playerdata.PlayerData playerData)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      double getAttributeTotal​(java.lang.String id, boolean sign, boolean min)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 com.pxpmc.pxrpg.api.modules.attribute.AttributeSummary

        getAttributes
    • 构造器详细资料

      • ExtraAttrSummary

        public ExtraAttrSummary​(com.pxpmc.pxrpg.api.modules.playerdata.PlayerData playerData)
    • 方法详细资料

      • getAttributeTotal

        public double getAttributeTotal​(java.lang.String id,
                                        boolean sign,
                                        boolean min)
        指定者:
        getAttributeTotal 在接口中 com.pxpmc.pxrpg.api.modules.attribute.AttributeSummary