序列化表格
-
程序包 io.github.lishangbu.avalon.auth.entity
-
类 io.github.lishangbu.avalon.auth.entity.Role
class Role extends Object implements Serializable- serialVersionUID:
- 1L
-
类 io.github.lishangbu.avalon.auth.entity.User
class User extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 io.github.lishangbu.avalon.dataset.entity
-
类 io.github.lishangbu.avalon.dataset.entity.Ability
class Ability extends Object implements Serializable -
类 io.github.lishangbu.avalon.dataset.entity.EggGroup
class EggGroup extends Object implements Serializable- serialVersionUID:
- 1L
-
类 io.github.lishangbu.avalon.dataset.entity.Item
class Item extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
attributes
List<ItemAttribute> attributes
此道具具有的属性列表 -
category
ItemCategory category
此道具所属的类别 -
cost
Integer cost
-
effect
String effect
-
flingEffect
ItemFlingEffect flingEffect
-
flingPower
Integer flingPower
-
id
Integer id
ID -
internalName
String internalName
内部名称取百科中的分类数据
-
name
String name
名称 -
shortEffect
String shortEffect
-
text
String text
-
-
类 io.github.lishangbu.avalon.dataset.entity.ItemAttribute
class ItemAttribute extends Object implements Serializable- serialVersionUID:
- 1L
-
类 io.github.lishangbu.avalon.dataset.entity.ItemCategory
class ItemCategory extends Object implements Serializable- serialVersionUID:
- 1L
-
类 io.github.lishangbu.avalon.dataset.entity.ItemFlingEffect
class ItemFlingEffect extends Object implements Serializable- serialVersionUID:
- 1L
-
类 io.github.lishangbu.avalon.dataset.entity.ItemPocket
class ItemPocket extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
id
Integer id
ID -
internalName
String internalName
内部名称取百科中的分类数据
-
itemCategories
List<ItemCategory> itemCategories
该口袋下具有的道具分类 -
name
String name
名称
-
-
类 io.github.lishangbu.avalon.dataset.entity.Move
class Move extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
accuracy
Integer accuracy
命中命中是衡量一个招式是否容易击中对方的数值。
-
category
MoveCategory category
分类- 另请参阅:
-
effect
String effect
招式附加效果 -
id
Integer id
ID -
internalName
String internalName
内部名称取百科中的招式英文名
-
name
String name
招式名称取百科中的中文名数据
-
power
Integer power
威力是一个招式可以造成伤害的衡量数值。有些招式并不造成伤害,或者威力不定,亦或是一击必杀招式等等,这样的招式在威力一栏显示为“—”。
变化招式:所有的变化招式都不直接造成伤害,故威力为“—”。
固定伤害类招式:固定伤害招式不通过威力计算伤害,而是对其造成固定数值的伤害。比如:音爆。
威力不定的招式:威力不定的招式的威力由其他方式决定,像是精神波,它造成的伤害以招式使用方的等级决定。
一击必杀的招式:一击必杀的招式一旦命中,对方一般会即刻进入濒死状态。
特别的招式:部分攻击Z招式、极巨招式和部分超极巨招式的威力会根据原本招式的威力计算。通过精通招式后以迅疾或刚猛使出的招式威力会发生变化。
-
pp
Integer pp
招式点数(Power Point)说明了一个招式可以被使用的次数
-
text
String text
文本描述 -
type
Type type
属性招式一般只能拥有一种属性。但一些招式的属性会因招式效果等因素而发生改变。特别地,飞身重压虽然是格斗属性的招式,但是却拥有格斗属性和飞行属性两种伤害属性效果。
每种属性都包含这几点要素:这种属性的招式(或招式造成伤害的属性)对哪些属性的宝可梦效果绝佳;对哪些属性的宝可梦效果不理想;对哪些属性的宝可梦没有效果。
《宝可梦》系列在第四世代之前,非变化招式的分类(即物理招式和特殊招式)取决于招式的属性;从第四世代起取决于招式本身。
- 另请参阅:
-
-
类 io.github.lishangbu.avalon.dataset.entity.MoveAilment
class MoveAilment extends Object implements Serializable- serialVersionUID:
- 1L
-
类 io.github.lishangbu.avalon.dataset.entity.MoveCategory
class MoveCategory extends Object implements Serializable- serialVersionUID:
- 1L
-
类 io.github.lishangbu.avalon.dataset.entity.MoveDamageClass
class MoveDamageClass extends Object implements Serializable -
类 io.github.lishangbu.avalon.dataset.entity.MoveLearnMethod
class MoveLearnMethod extends Object implements Serializable- serialVersionUID:
- 1L
-
类 io.github.lishangbu.avalon.dataset.entity.MoveTarget
class MoveTarget extends Object implements Serializable- serialVersionUID:
- 1L
-
类 io.github.lishangbu.avalon.dataset.entity.Pokemon
class Pokemon extends Object implements Serializable- serialVersionUID:
- 1L
-
类 io.github.lishangbu.avalon.dataset.entity.Type
class Type extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 io.github.lishangbu.avalon.ip2location.exception
-
异常错误类 io.github.lishangbu.avalon.ip2location.exception.EmptyIpAddressException
class EmptyIpAddressException extends IpToLocationException implements Serializable -
异常错误类 io.github.lishangbu.avalon.ip2location.exception.InvalidIpAddressException
class InvalidIpAddressException extends IpToLocationException implements Serializable -
异常错误类 io.github.lishangbu.avalon.ip2location.exception.IpToLocationException
class IpToLocationException extends RuntimeException implements Serializable -
异常错误类 io.github.lishangbu.avalon.ip2location.exception.Ipv6NotSupportException
class Ipv6NotSupportException extends RuntimeException implements Serializable -
异常错误类 io.github.lishangbu.avalon.ip2location.exception.MissingFileException
class MissingFileException extends IpToLocationException implements Serializable
-
-
程序包 io.github.lishangbu.avalon.json.exception
-
异常错误类 io.github.lishangbu.avalon.json.exception.JsonProcessingRuntimeException
class JsonProcessingRuntimeException extends RuntimeException implements Serializable
-
-
程序包 io.github.lishangbu.avalon.json.module
-
类 io.github.lishangbu.avalon.json.module.Jdk8JavaTimeModule
class Jdk8JavaTimeModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
程序包 io.github.lishangbu.avalon.orm.id
-
类 io.github.lishangbu.avalon.orm.id.FlexIdentifierGenerator
class FlexIdentifierGenerator extends Object implements Serializable
-
-
程序包 io.github.lishangbu.avalon.security.core
-
记录类 io.github.lishangbu.avalon.security.core.UserPrincipal
class UserPrincipal extends Record implements Serializable-
序列化字段
-
authorities
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities
authorities
记录组件的字段。 -
id
Long id
id
记录组件的字段。 -
password
String password
password
记录组件的字段。 -
username
String username
username
记录组件的字段。
-
-
-
-
程序包 io.github.lishangbu.avalon.security.exception
-
异常错误类 io.github.lishangbu.avalon.security.exception.JsonWebTokenNotFoundException
class JsonWebTokenNotFoundException extends RuntimeException implements Serializable
-
-
程序包 io.github.lishangbu.avalon.web.result
-
记录类 io.github.lishangbu.avalon.web.result.ApiResult
class ApiResult extends Record implements Serializable- serialVersionUID:
- 1L
-