java.lang.Object
com.github.ginirohikocha.mail.entity.Mail
所有已实现的接口:
Cloneable

@Entity public class Mail extends Object implements Cloneable
从以下版本开始:
2023/1/13
  • 字段详细资料

    • id

      private Integer id
    • title

      private String title
      邮件标题
    • info

      private String info
      邮件内容
    • sender

      private String sender
      邮件发送人
    • receiver

      private String receiver
      邮件收件人,支持用@all|@online来进行批量发送
    • money

      private BigDecimal money
      邮件金额(根据是否为礼物分为 赠送金|收费)
    • items

      private String items
      邮件物品
    • isPresent

      private Boolean isPresent
      是否是一份礼物
    • isPaid

      private Boolean isPaid
      是否已支付
    • isExtract

      private Boolean isExtract
      是否已提取
    • commission

      private BigDecimal commission
      手续费
    • isSystem

      private Boolean isSystem
      是否系统邮件
    • isRead

      private Boolean isRead
      是否已读
    • isCollect

      private Boolean isCollect
      是否已收藏
    • createTime

      private LocalDateTime createTime
      邮件创建时间
  • 构造器详细资料

    • Mail

      public Mail()
  • 方法详细资料

    • getItemStacks

      public org.bukkit.inventory.ItemStack[] getItemStacks()
    • equals

      public final boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public final int hashCode()
      覆盖:
      hashCode 在类中 Object
    • clone

      public Mail clone()
      覆盖:
      clone 在类中 Object