Uses of Class
com.mclds.plugins.server.documents.Email
Packages that use Email
Package
Description
-
Uses of Email in com.mclds.plugins.server.documents
Methods in com.mclds.plugins.server.documents that return Email -
Uses of Email in com.mclds.plugins.server.events.email
Constructors in com.mclds.plugins.server.events.email with parameters of type EmailModifierConstructorDescriptionEmailEvent(org.bukkit.entity.Player player, Email email) EmailReadEvent(org.bukkit.entity.Player player, Email email) EmailRemoveEvent(org.bukkit.entity.Player player, Email email) EmailUnReadEvent(org.bukkit.entity.Player player, Email email) -
Uses of Email in com.mclds.plugins.server.plugins.email
Methods in com.mclds.plugins.server.plugins.email that return types with arguments of type EmailModifier and TypeMethodDescriptionEmailPlugin.listNewestReceiveEmail(org.bukkit.entity.Player player, int skip, int limit) 获取玩家全部收到的邮件,并根据时间降序排序EmailPlugin.listOlderReceiveEmail(org.bukkit.entity.Player player, int skip, int limit) 获取玩家全部收到的邮件,并根据时间升序排序EmailPlugin.listUnreadReceiveEmail(org.bukkit.entity.Player player, int skip, int limit) 获取玩家收到的未阅读邮件Methods in com.mclds.plugins.server.plugins.email with parameters of type EmailModifier and TypeMethodDescriptionstatic net.kyori.adventure.text.ComponentEmailPlugin.createEmailHoverComponent(org.bukkit.entity.Player viewer, Email email) static List<net.kyori.adventure.text.TextComponent> EmailPlugin.createEmailHoverComponents(org.bukkit.entity.Player viewer, Email email) booleanstatic boolean -
Uses of Email in com.mclds.plugins.server.plugins.guis
Methods in com.mclds.plugins.server.plugins.guis that return types with arguments of type EmailModifier and TypeMethodDescriptionMailboxGui.getEmailsBySortType(org.bukkit.entity.Player player, MailboxGui.MailSortType sortType, int skip, int limit) Method parameters in com.mclds.plugins.server.plugins.guis with type arguments of type Email