序列化表格
-
程序包 com.handy.playertitle.api.param
-
类 com.handy.playertitle.api.param.PotionEffectParam
class PotionEffectParam extends Object implements Serializable
-
-
程序包 com.handy.playertitle.entity
-
类 com.handy.playertitle.entity.TitleBuff
class TitleBuff extends Object implements Serializable -
类 com.handy.playertitle.entity.TitleParticle
class TitleParticle extends Object implements Serializable-
序列化字段
-
id
Integer id
ID -
particleType
String particleType
粒子类型 -
superTrailsId
Integer superTrailsId
粒子id -
titleId
Integer titleId
称号id -
wingColor
String wingColor
翅膀的颜色 or PlayerParticles的粒子效果 -
wingContour
String wingContour
翼轮廓 or PlayerParticles的粒子类型 -
wingThirdColor
String wingThirdColor
翼的第三种颜色 or PlayerParticles的粒子颜色
-
-
-
类 com.handy.playertitle.entity.TitlePlayer
class TitlePlayer extends Object implements Serializable-
序列化字段
-
description
String description
称号描述 -
expirationTime
Date expirationTime
到期时间 -
id
Integer id
ID -
isUseBuff
Boolean isUseBuff
属性称号 -
isUseParticle
Boolean isUseParticle
粒子称号 -
isUseShow
Boolean isUseShow
展示称号 -
playerName
String playerName
玩家名称 -
playerUuid
String playerUuid
玩家uuid -
titleBuffs
List<TitleBuff> titleBuffs
buff列表 -
titleId
Integer titleId
称号id -
titleName
String titleName
称号名称 -
titleParticle
TitleParticle titleParticle
称号粒子
-
-
-