索引

A B C D E F G H I J L M N P R S T U V W X Y Z 
All Classes and Interfaces|所有程序包

A

addDown(int) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Expands the cuboid downwards by the specified size.
addEast(int) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Expands the cuboid eastwards by the specified size.
addMember(CommandSender, DominionDTO, GroupDTO, MemberDTO) - 类中的方法 cn.lunadeer.dominion.providers.GroupProvider
Adds a member to the specified group within a dominion.
addMember(CommandSender, DominionDTO, PlayerDTO) - 类中的方法 cn.lunadeer.dominion.providers.MemberProvider
Adds a new member to the specified dominion.
addNorth(int) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Expands the cuboid northwards by the specified size.
addSouth(int) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Expands the cuboid southwards by the specified size.
addUp(int) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Expands the cuboid upwards by the specified size.
addWest(int) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Expands the cuboid westwards by the specified size.
ADMIN - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
afterAdded(Consumer<MemberDTO>) - 类中的方法 cn.lunadeer.dominion.events.group.GroupAddMemberEvent
Call back after the member is added.
afterAdded(Consumer<MemberDTO>) - 类中的方法 cn.lunadeer.dominion.events.group.GroupRemoveMemberEvent
Call back after the member is removed.
afterAdded(Consumer<MemberDTO>) - 类中的方法 cn.lunadeer.dominion.events.member.MemberAddedEvent
Call back after the member is added.
afterCreated(Consumer<DominionDTO>) - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Call back after the dominion is created.
afterCreated(Consumer<GroupDTO>) - 类中的方法 cn.lunadeer.dominion.events.group.GroupCreateEvent
Call back after the group is created.
afterCreated(Consumer<GroupDTO>) - 类中的方法 cn.lunadeer.dominion.events.group.GroupRenamedEvent
Call back after the group is renamed.
afterModified(Consumer<DominionDTO>) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionModifyEvent
Call back after the dominion is modified.
afterRemoved(Consumer<MemberDTO>) - 类中的方法 cn.lunadeer.dominion.events.member.MemberRemovedEvent
Call back after the member is removed.
afterSet(Consumer<GroupDTO>) - 类中的方法 cn.lunadeer.dominion.events.group.GroupSetFlagEvent
Call back after the group is set.
afterSet(Consumer<MemberDTO>) - 类中的方法 cn.lunadeer.dominion.events.member.MemberSetFlagEvent
Call back after the member is set.
ANCHOR - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
ANIMAL_KILLING - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
ANIMAL_MOVE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
ANIMAL_SPAWN - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
ANVIL - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
applyNewCustomFlags() - 类中的静态方法 cn.lunadeer.dominion.api.dtos.flag.Flags
Applies new custom flags by reloading the configuration and cache.

B

BEACON - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
BED - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
BOOKSHELF - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
BREAK_BLOCK - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
BREW - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
BUTTON - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
BY_PLAYER - enum class 中的枚举常量 cn.lunadeer.dominion.api.dtos.PlayerDTO.UI_TYPE
 

C

CAKE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
call() - 类中的方法 cn.lunadeer.dominion.events.CallableEvent
Calls the event, equivalent to Paper's callEvent method.
CallableEvent - cn.lunadeer.dominion.events中的类
Represents a callable event in the Dominion plugin.
CallableEvent() - 类的构造器 cn.lunadeer.dominion.events.CallableEvent
 
checkEnvironmentFlag(Location, EnvFlag) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Checks if the specified environment flag is set at the given location.
checkEnvironmentFlag(DominionDTO, EnvFlag) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Checks if the specified environment flag is set for the given dominion.
checkPrivilegeFlag(Location, PriFlag, Player) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Checks if a player has a specific privilege flag at the given location.
checkPrivilegeFlag(DominionDTO, PriFlag, Player) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Checks if a player has a specific privilege flag for the given dominion.
checkPrivilegeFlagSilence(Location, PriFlag, Player) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Checks if a player has a specific privilege flag at the given location without triggering messages or events.
checkPrivilegeFlagSilence(DominionDTO, PriFlag, Player) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Checks if a player has a specific privilege flag for the given dominion without triggering messages or events.
cn.lunadeer.dominion.api - 程序包 cn.lunadeer.dominion.api
 
cn.lunadeer.dominion.api.dtos - 程序包 cn.lunadeer.dominion.api.dtos
 
cn.lunadeer.dominion.api.dtos.flag - 程序包 cn.lunadeer.dominion.api.dtos.flag
 
cn.lunadeer.dominion.events - 程序包 cn.lunadeer.dominion.events
 
cn.lunadeer.dominion.events.dominion - 程序包 cn.lunadeer.dominion.events.dominion
 
cn.lunadeer.dominion.events.dominion.modify - 程序包 cn.lunadeer.dominion.events.dominion.modify
 
cn.lunadeer.dominion.events.group - 程序包 cn.lunadeer.dominion.events.group
 
cn.lunadeer.dominion.events.member - 程序包 cn.lunadeer.dominion.events.member
 
cn.lunadeer.dominion.providers - 程序包 cn.lunadeer.dominion.providers
 
cn.lunadeer.dominion.utils - 程序包 cn.lunadeer.dominion.utils
 
ColorParser - cn.lunadeer.dominion.utils中的类
Utility class for parsing color codes in strings.
ColorParser() - 类的构造器 cn.lunadeer.dominion.utils.ColorParser
 
COMPARER - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
contain(int, int, int) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Checks if this cuboid contains the specified coordinates.
contain(CuboidDTO) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Checks if this cuboid contains another cuboid.
contain(CuboidDTO, boolean) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Checks if this cuboid contains another cuboid, optionally ignoring the y-dimension.
containedBy(CuboidDTO) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Checks if this cuboid is contained by another cuboid.
CONTAINER - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
CONTRACT - enum class 中的枚举常量 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent.TYPE
 
CRAFT - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
CRAFTER - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
createDominion(CommandSender, String, UUID, World, CuboidDTO, DominionDTO, boolean) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Creates a new dominion in the specified world with the given parameters.
createGroup(CommandSender, DominionDTO, String) - 类中的方法 cn.lunadeer.dominion.providers.GroupProvider
Creates a new group within the specified dominion.
CREEPER_EXPLODE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
CuboidDTO - cn.lunadeer.dominion.api.dtos中的类
Represents a cuboid (rectangular prism) in a 3D space.
CuboidDTO(int[], int[]) - 类的构造器 cn.lunadeer.dominion.api.dtos.CuboidDTO
Constructs a CuboidDTO with the specified positions.
CuboidDTO(int, int, int, int, int, int) - 类的构造器 cn.lunadeer.dominion.api.dtos.CuboidDTO
Constructs a CuboidDTO with the specified coordinates.
CuboidDTO(CuboidDTO) - 类的构造器 cn.lunadeer.dominion.api.dtos.CuboidDTO
Constructs a CuboidDTO with the same positions as the specified cuboid.
CuboidDTO(Vector<Integer>, Vector<Integer>) - 类的构造器 cn.lunadeer.dominion.api.dtos.CuboidDTO
Constructs a CuboidDTO with the specified world and positions.
CuboidDTO(Location, Location) - 类的构造器 cn.lunadeer.dominion.api.dtos.CuboidDTO
Constructs a CuboidDTO with the specified world and locations.
CUI - enum class 中的枚举常量 cn.lunadeer.dominion.api.dtos.PlayerDTO.UI_TYPE
 

D

DECAY - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
deleteDominion(CommandSender, DominionDTO, boolean) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Deletes a dominion with force enabled by default.
deleteDominion(CommandSender, DominionDTO, boolean, boolean) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Deletes a dominion and optionally all of its sub-dominions.
deleteGroup(CommandSender, DominionDTO, GroupDTO) - 类中的方法 cn.lunadeer.dominion.providers.GroupProvider
Deletes an existing group from the specified dominion.
DominionAPI - cn.lunadeer.dominion.api中的类
Interface representing the Dominion API.
DominionAPI() - 类的构造器 cn.lunadeer.dominion.api.DominionAPI
 
dominionCount() - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the total count of dominions.
DominionCreateEvent - cn.lunadeer.dominion.events.dominion中的类
Event triggered when a Dominion is created in the Dominion system.
DominionCreateEvent(CommandSender, String, UUID, World, CuboidDTO, DominionDTO) - 类的构造器 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Constructs a new DominionCreateEvent.
DominionDeleteEvent - cn.lunadeer.dominion.events.dominion中的类
Event triggered when a dominion is deleted.
DominionDeleteEvent(CommandSender, DominionDTO) - 类的构造器 cn.lunadeer.dominion.events.dominion.DominionDeleteEvent
Constructs a new DominionDeleteEvent.
DominionDTO - cn.lunadeer.dominion.api.dtos中的接口
Interface representing a Dominion Data Transfer Object (DTO).
DominionModifyEvent - cn.lunadeer.dominion.events.dominion.modify中的类
Event triggered when a Dominion is modified in the Dominion system.
DominionModifyEvent(CommandSender, DominionDTO) - 类的构造器 cn.lunadeer.dominion.events.dominion.modify.DominionModifyEvent
Constructs a new DominionModifyEvent.
DominionProvider - cn.lunadeer.dominion.providers中的类
This class provides the API interface for creating, modifying, and managing dominions.
DominionProvider() - 类的构造器 cn.lunadeer.dominion.providers.DominionProvider
 
DominionRenameEvent - cn.lunadeer.dominion.events.dominion.modify中的类
Event triggered when a Dominion is renamed in the Dominion system.
DominionRenameEvent(CommandSender, DominionDTO, String) - 类的构造器 cn.lunadeer.dominion.events.dominion.modify.DominionRenameEvent
Constructs a new DominionRenameEvent.
DominionReSizeEvent - cn.lunadeer.dominion.events.dominion.modify中的类
Event triggered when a Dominion's size is modified in the Dominion system.
DominionReSizeEvent(CommandSender, DominionDTO, DominionReSizeEvent.TYPE, DominionReSizeEvent.DIRECTION, int) - 类的构造器 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent
Constructs a new DominionReSizeEvent.
DominionReSizeEvent.DIRECTION - cn.lunadeer.dominion.events.dominion.modify中的Enum Class
Enum representing the direction of size change.
DominionReSizeEvent.TYPE - cn.lunadeer.dominion.events.dominion.modify中的Enum Class
Enum representing the type of size change.
DominionSetEnvFlagEvent - cn.lunadeer.dominion.events.dominion.modify中的类
Event triggered when an environmental flag is set for a Dominion in the Dominion system.
DominionSetEnvFlagEvent(CommandSender, DominionDTO, EnvFlag, boolean) - 类的构造器 cn.lunadeer.dominion.events.dominion.modify.DominionSetEnvFlagEvent
Constructs a new DominionSetEnvFlagEvent.
DominionSetGuestFlagEvent - cn.lunadeer.dominion.events.dominion.modify中的类
Event triggered when a guest flag is set for a Dominion in the Dominion system.
DominionSetGuestFlagEvent(CommandSender, DominionDTO, PriFlag, boolean) - 类的构造器 cn.lunadeer.dominion.events.dominion.modify.DominionSetGuestFlagEvent
Constructs a new DominionSetGuestFlagEvent.
DominionSetMapColorEvent - cn.lunadeer.dominion.events.dominion.modify中的类
Event that handles setting the map color of a dominion.
DominionSetMapColorEvent(CommandSender, DominionDTO, Color) - 类的构造器 cn.lunadeer.dominion.events.dominion.modify.DominionSetMapColorEvent
Constructs a new DominionSetMapColorEvent.
DominionSetMessageEvent - cn.lunadeer.dominion.events.dominion.modify中的类
Event triggered when a message is set for a Dominion in the Dominion system.
DominionSetMessageEvent(CommandSender, DominionDTO, DominionSetMessageEvent.TYPE, String) - 类的构造器 cn.lunadeer.dominion.events.dominion.modify.DominionSetMessageEvent
Constructs a new DominionSetMessageEvent.
DominionSetMessageEvent.TYPE - cn.lunadeer.dominion.events.dominion.modify中的Enum Class
Enum representing the type of message being set.
DominionSetOwnerGlowEvent - cn.lunadeer.dominion.events.dominion.modify中的类
 
DominionSetOwnerGlowEvent(CommandSender, DominionDTO, boolean) - 类的构造器 cn.lunadeer.dominion.events.dominion.modify.DominionSetOwnerGlowEvent
 
DominionSetTpLocationEvent - cn.lunadeer.dominion.events.dominion.modify中的类
Event triggered when a teleport location is set for a Dominion in the Dominion system.
DominionSetTpLocationEvent(CommandSender, DominionDTO, Location) - 类的构造器 cn.lunadeer.dominion.events.dominion.modify.DominionSetTpLocationEvent
Constructs a new DominionSetTpLocationEvent.
DominionTransferEvent - cn.lunadeer.dominion.events.dominion.modify中的类
Event triggered when a Dominion is transferred to a new owner in the Dominion system.
DominionTransferEvent(CommandSender, DominionDTO, PlayerDTO) - 类的构造器 cn.lunadeer.dominion.events.dominion.modify.DominionTransferEvent
Constructs a new DominionTransferEvent.
DOOR - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
DOWN - enum class 中的枚举常量 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent.DIRECTION
 
DRAGON_BREAK_BLOCK - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
DRAGON_EGG - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
DROP_ITEM - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
DYE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 

E

EAST - enum class 中的枚举常量 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent.DIRECTION
 
EDIT_SIGN - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
EGG - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
ENCHANT - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
ENDER_MAN - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
ENDER_PEARL - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
ENTER - enum class 中的枚举常量 cn.lunadeer.dominion.events.dominion.modify.DominionSetMessageEvent.TYPE
 
EnvFlag - cn.lunadeer.dominion.api.dtos.flag中的类
Represents an environment flag in the Dominion system.
EnvFlag(String, String, String, Boolean, Boolean, Material) - 类的构造器 cn.lunadeer.dominion.api.dtos.flag.EnvFlag
Constructs a new EnvFlag with the specified parameters.
equals(Object) - record class中的方法 cn.lunadeer.dominion.utils.McaRecord
指示某个其他对象是否“等于”此对象。
EXPAND - enum class 中的枚举常量 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent.TYPE
 
ExportMcaListEvent - cn.lunadeer.dominion.events中的类
 
ExportMcaListEvent(List<McaRecord>) - 类的构造器 cn.lunadeer.dominion.events.ExportMcaListEvent
 

F

FEED - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
FIRE_SPREAD - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
Flag - cn.lunadeer.dominion.api.dtos.flag中的类
Represents a flag in the Dominion system.
Flag(String, String, String, Boolean, Boolean, Material) - 类的构造器 cn.lunadeer.dominion.api.dtos.flag.Flag
Constructs a new Flag with the specified parameters.
FlagRegisterEvent - cn.lunadeer.dominion.events中的类
 
FlagRegisterEvent(JavaPlugin, Flag) - 类的构造器 cn.lunadeer.dominion.events.FlagRegisterEvent
 
Flags - cn.lunadeer.dominion.api.dtos.flag中的类
 
Flags() - 类的构造器 cn.lunadeer.dominion.api.dtos.flag.Flags
 
FLOW_IN_PROTECTION - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
FLY - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 

G

getAllDominions() - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves all DominionDTO objects.
getAllDominionsOfPlayer(UUID) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves all DominionDTO objects owned by a specific player.
getAllEnvFlags() - 类中的静态方法 cn.lunadeer.dominion.api.dtos.flag.Flags
Returns a list of all environment flags.
getAllEnvFlagsEnable() - 类中的静态方法 cn.lunadeer.dominion.api.dtos.flag.Flags
Returns a list of all enabled environment flags.
getAllFlags() - 类中的静态方法 cn.lunadeer.dominion.api.dtos.flag.Flags
Returns a list of all flags.
getAllFlagsEnable() - 类中的静态方法 cn.lunadeer.dominion.api.dtos.flag.Flags
Returns a list of all enabled flags.
getAllPriFlags() - 类中的静态方法 cn.lunadeer.dominion.api.dtos.flag.Flags
Returns a list of all privilege flags.
getAllPriFlagsEnable() - 类中的静态方法 cn.lunadeer.dominion.api.dtos.flag.Flags
Returns a list of all enabled privilege flags.
getBukkitType(String) - 类中的静态方法 cn.lunadeer.dominion.utils.ColorParser
Converts a string with color codes into a Bukkit-compatible color string.
getChildrenDominionOf(DominionDTO) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the child dominions of a given parent dominion.
getColor() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the color of the dominion as a string.
getColorB() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the blue component of the dominion's color.
getColorG() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the green component of the dominion's color.
getColorHex() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the hexadecimal representation of the dominion's color.
getColorR() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the red component of the dominion's color.
getComponentType(String) - 类中的静态方法 cn.lunadeer.dominion.utils.ColorParser
Converts a string with color codes into a TextComponent.
getConfigurationDefaultKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.EnvFlag
Returns the configuration default key for this environment flag.
getConfigurationDefaultKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the configuration key for the default value of this flag.
getConfigurationDefaultKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.PriFlag
Returns the configuration default key for this privilege flag.
getConfigurationDescKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.EnvFlag
Returns the configuration description key for this environment flag.
getConfigurationDescKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the configuration key for the description of this flag.
getConfigurationDescKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.PriFlag
Returns the configuration description key for this privilege flag.
getConfigurationEnableKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.EnvFlag
Returns the configuration enable key for this environment flag.
getConfigurationEnableKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the configuration key for the enable status of this flag.
getConfigurationEnableKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.PriFlag
Returns the configuration enable key for this privilege flag.
getConfigurationMaterialKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.EnvFlag
 
getConfigurationMaterialKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the configuration key for the material of this flag.
getConfigurationMaterialKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.PriFlag
 
getConfigurationNameKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.EnvFlag
 
getConfigurationNameKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the configuration key for the name of this flag.
getConfigurationNameKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.PriFlag
 
getCuboid() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the cuboid of the dominion.
getCuboid() - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Gets the cuboid representing the dominion's boundaries.
getDefaultValue() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the default value of the flag.
getDescription() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the description of the flag.
getDescriptionKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the configuration key for the description of the flag.
getDirection() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent
Gets the direction of the size change.
getDisplayName() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the display name of the flag.
getDisplayNameKey() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the configuration key for the display name of the flag.
getDomID() - 接口中的方法 cn.lunadeer.dominion.api.dtos.GroupDTO
Gets the ID of the dominion to which the group belongs.
getDomID() - 接口中的方法 cn.lunadeer.dominion.api.dtos.MemberDTO
Gets the ID of the dominion to which the member belongs.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
已过时, 待删除: 此 API 元素将从以后的版本中删除。
This method is deprecated and will be removed in future versions. To get the created dominion, use the DominionCreateEvent.afterCreated(Consumer) method instead.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionDeleteEvent
Gets the dominion to be deleted.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionModifyEvent
Returns the dominion to be modified.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.group.GroupAddMemberEvent
Gets the dominion to which the group belongs.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.group.GroupCreateEvent
Gets the dominion to which the group belongs.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.group.GroupDeleteEvent
Gets the dominion to which the group belongs.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.group.GroupRemoveMemberEvent
Returns the dominion associated with the event.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.group.GroupRenamedEvent
Gets the dominion to which the group belongs.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.group.GroupSetFlagEvent
Gets the dominion to which the group belongs.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.member.MemberAddedEvent
Gets the dominion.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.member.MemberRemovedEvent
Gets the dominion.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.member.MemberSetFlagEvent
Gets the dominion to which the group belongs.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.PlayerMoveInDominionEvent
Gets the dominion the player moved into.
getDominion() - 类中的方法 cn.lunadeer.dominion.events.PlayerMoveOutDominionEvent
Gets the dominion the player moved out of.
getDominion(Integer) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves a DominionDTO by its ID.
getDominion(String) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves a DominionDTO by its name.
getDominion(Location) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves a DominionDTO by its location.
getDominionProvider() - 类中的静态方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the DominionProvider instance.
getEnable() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the enable status of the flag.
getEnvFlag(String) - 类中的静态方法 cn.lunadeer.dominion.api.dtos.flag.Flags
Returns an environment flag by its name.
getEnvFlagValue(EnvFlag) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the value of a specific environment flag of the dominion.
getEnvironmentFlagValue() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets all environment flag values of the dominion.
getFlag() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetEnvFlagEvent
Gets the environmental flag being set.
getFlag() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetGuestFlagEvent
Gets the guest flag being set.
getFlag() - 类中的方法 cn.lunadeer.dominion.events.FlagRegisterEvent
 
getFlag() - 类中的方法 cn.lunadeer.dominion.events.group.GroupSetFlagEvent
Gets the flag being set.
getFlag() - 类中的方法 cn.lunadeer.dominion.events.member.MemberSetFlagEvent
Gets the flag being set.
getFlag(String) - 类中的静态方法 cn.lunadeer.dominion.api.dtos.flag.Flags
Returns a flag by its name from all flags.
getFlagName() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the name of the flag.
getFlagsValue() - 接口中的方法 cn.lunadeer.dominion.api.dtos.GroupDTO
Gets all flag values for the group.
getFlagsValue() - 接口中的方法 cn.lunadeer.dominion.api.dtos.MemberDTO
Gets all flag values for the member.
getFlagValue(PriFlag) - 接口中的方法 cn.lunadeer.dominion.api.dtos.GroupDTO
Gets the value of a specific flag for the group.
getFlagValue(PriFlag) - 接口中的方法 cn.lunadeer.dominion.api.dtos.MemberDTO
Gets the value of a specific flag for the member.
getFrom() - 类中的方法 cn.lunadeer.dominion.events.PlayerCrossDominionBorderEvent
Gets the dominion the player moved from.
getFutureToComplete() - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Gets the CompletableFuture that will be completed with the created DominionDTO.
getFutureToComplete() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionModifyEvent
Gets the CompletableFuture that will be completed with the created DominionDTO.
getFutureToComplete() - 类中的方法 cn.lunadeer.dominion.events.group.GroupAddMemberEvent
Gets the CompletableFuture that will be completed with the added MemberDTO.
getFutureToComplete() - 类中的方法 cn.lunadeer.dominion.events.group.GroupCreateEvent
Gets the CompletableFuture that will be completed with the created GroupDTO.
getFutureToComplete() - 类中的方法 cn.lunadeer.dominion.events.group.GroupRemoveMemberEvent
Gets the CompletableFuture that will be completed with the removed MemberDTO.
getFutureToComplete() - 类中的方法 cn.lunadeer.dominion.events.group.GroupRenamedEvent
Gets the CompletableFuture that will be completed with the renamed GroupDTO.
getFutureToComplete() - 类中的方法 cn.lunadeer.dominion.events.group.GroupSetFlagEvent
Gets the CompletableFuture that will be completed with the GroupDTO.
getFutureToComplete() - 类中的方法 cn.lunadeer.dominion.events.member.MemberAddedEvent
Gets the CompletableFuture that will be completed with the added MemberDTO.
getFutureToComplete() - 类中的方法 cn.lunadeer.dominion.events.member.MemberRemovedEvent
Gets the CompletableFuture that will be completed with the removed MemberDTO.
getFutureToComplete() - 类中的方法 cn.lunadeer.dominion.events.member.MemberSetFlagEvent
Gets the CompletableFuture that will be completed with the MemberDTO.
getGroup() - 类中的方法 cn.lunadeer.dominion.events.group.GroupAddMemberEvent
Gets the group to which the member is being added.
getGroup() - 类中的方法 cn.lunadeer.dominion.events.group.GroupCreateEvent
已过时, 待删除: 此 API 元素将从以后的版本中删除。
This method is deprecated and will be removed in future versions. To get the created dominion, use the GroupCreateEvent.afterCreated(Consumer) method instead.
getGroup() - 类中的方法 cn.lunadeer.dominion.events.group.GroupDeleteEvent
Gets the group being deleted.
getGroup() - 类中的方法 cn.lunadeer.dominion.events.group.GroupRemoveMemberEvent
Returns the group from which the member is removed.
getGroup() - 类中的方法 cn.lunadeer.dominion.events.group.GroupRenamedEvent
Gets the group being renamed.
getGroup() - 类中的方法 cn.lunadeer.dominion.events.group.GroupSetFlagEvent
Gets the group for which the flag is being set.
getGroup(MemberDTO) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves a GroupDTO by the member's group ID.
getGroup(Integer) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves a GroupDTO by its ID.
getGroupId() - 接口中的方法 cn.lunadeer.dominion.api.dtos.MemberDTO
Gets the ID of the group to which the member belongs.
getGroupNameColored() - 类中的方法 cn.lunadeer.dominion.events.group.GroupCreateEvent
Gets the name of the group with color codes.
getGroupNamePlain() - 类中的方法 cn.lunadeer.dominion.events.group.GroupCreateEvent
Gets the plain text name of the group without color codes.
getGroupProvider() - 类中的静态方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the GroupProvider instance.
getGroups() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets all groups of the dominion.
getGuestFlagValue(PriFlag) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the value of a specific guest privilege flag of the dominion.
getGuestPrivilegeFlagValue() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets all guest privilege flag values of the dominion.
getHandlerList() - 类中的静态方法 cn.lunadeer.dominion.events.CallableEvent
Gets the static handler list for this event.
getHandlers() - 类中的方法 cn.lunadeer.dominion.events.CallableEvent
Gets the handlers for this event.
getId() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the ID of the dominion.
getId() - 接口中的方法 cn.lunadeer.dominion.api.dtos.GroupDTO
Gets the ID of the group.
getId() - 接口中的方法 cn.lunadeer.dominion.api.dtos.MemberDTO
Gets the member ID.
getId() - 接口中的方法 cn.lunadeer.dominion.api.dtos.PlayerDTO
Gets the ID of the player.
getInstance() - 类中的静态方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the singleton instance of the DominionAPI.
getInstance() - 类中的静态方法 cn.lunadeer.dominion.providers.DominionProvider
Gets the singleton instance of the DominionProvider.
getInstance() - 类中的静态方法 cn.lunadeer.dominion.providers.GroupProvider
Gets the singleton instance of the GroupProvider.
getInstance() - 类中的静态方法 cn.lunadeer.dominion.providers.MemberProvider
Gets the singleton instance of the MemberProvider.
getJoinMessage() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the welcome message of the dominion.
getLastKnownName() - 接口中的方法 cn.lunadeer.dominion.api.dtos.PlayerDTO
Gets the last known name of the player.
getLeaveMessage() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the leave message of the dominion.
getList() - 类中的方法 cn.lunadeer.dominion.events.ExportMcaListEvent
 
getLoc1(World) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the first location of the cuboid in the specified world.
getLoc2(World) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the second location of the cuboid in the specified world.
getMaterial() - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Returns the material used by this flag in chest user interfaces.
getMcaWhiteListInitiative() - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the whitelist of MCA initiative.
getMcaWhiteListPassive() - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the whitelist of MCA passive from cache.
getMember() - 类中的方法 cn.lunadeer.dominion.events.group.GroupAddMemberEvent
Gets the member being added to the group.
getMember() - 类中的方法 cn.lunadeer.dominion.events.group.GroupRemoveMemberEvent
Returns the member being removed.
getMember() - 类中的方法 cn.lunadeer.dominion.events.member.MemberAddedEvent
已过时, 待删除: 此 API 元素将从以后的版本中删除。
getMember() - 类中的方法 cn.lunadeer.dominion.events.member.MemberRemovedEvent
Gets the member.
getMember() - 类中的方法 cn.lunadeer.dominion.events.member.MemberSetFlagEvent
Gets the member whose flag is being set.
getMember(DominionDTO, UUID) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves a MemberDTO by the player's UUID.
getMember(DominionDTO, Player) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves a MemberDTO by the player's UUID.
getMemberProvider() - 类中的静态方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the MemberProvider instance.
getMembers() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets all members of the dominion.
getMembers() - 接口中的方法 cn.lunadeer.dominion.api.dtos.GroupDTO
Gets all members of the group.
getName() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the name of the dominion.
getName() - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Gets the name of the dominion.
getNameColoredBukkit() - 接口中的方法 cn.lunadeer.dominion.api.dtos.GroupDTO
Gets the name of the group with color codes as a Bukkit type.
getNameColoredComponent() - 接口中的方法 cn.lunadeer.dominion.api.dtos.GroupDTO
Gets the name of the group with color codes as a `Component` type.
getNamePlain() - 接口中的方法 cn.lunadeer.dominion.api.dtos.GroupDTO
Gets the name of the group in plain text (without color codes).
getNameRaw() - 接口中的方法 cn.lunadeer.dominion.api.dtos.GroupDTO
Gets the raw name of the group (with color codes).
getNewColor() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetMapColorEvent
Gets the new color of the dominion.
getNewCuboid() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent
Gets the new cuboid representing the dominion's size after the change.
getNewMessage() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetMessageEvent
Gets the new message content.
getNewName() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionRenameEvent
Gets the new name of the dominion.
getNewNameColored() - 类中的方法 cn.lunadeer.dominion.events.group.GroupRenamedEvent
Gets the new name of the group with color codes.
getNewNamePlain() - 类中的方法 cn.lunadeer.dominion.events.group.GroupRenamedEvent
Gets the plain text new name of the group without color codes.
getNewOwner() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionTransferEvent
Gets the new owner of the dominion.
getNewTpLocation() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetTpLocationEvent
Gets the new teleport location.
getNewValue() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetEnvFlagEvent
Gets the new value of the environmental flag.
getNewValue() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetGuestFlagEvent
Gets the new value of the guest flag.
getNewValue() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetOwnerGlowEvent
 
getNewValue() - 类中的方法 cn.lunadeer.dominion.events.group.GroupSetFlagEvent
Gets the new value of the flag.
getNewValue() - 类中的方法 cn.lunadeer.dominion.events.member.MemberSetFlagEvent
Gets the new value of the flag.
getOldColor() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetMapColorEvent
Gets the old color of the dominion.
getOldCuboid() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent
Gets the old cuboid representing the dominion's size before the change.
getOldMessage() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetMessageEvent
Gets the old message content.
getOldName() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionRenameEvent
Gets the old name of the dominion.
getOldNameColored() - 类中的方法 cn.lunadeer.dominion.events.group.GroupRenamedEvent
Gets the old name of the group with color codes.
getOldNamePlain() - 类中的方法 cn.lunadeer.dominion.events.group.GroupRenamedEvent
Gets the plain text old name of the group without color codes.
getOldOwner() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionTransferEvent
Gets the old owner of the dominion.
getOldTpLocation() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetTpLocationEvent
Gets the old teleport location.
getOldValue() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetEnvFlagEvent
Gets the old value of the environmental flag.
getOldValue() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetGuestFlagEvent
Gets the old value of the guest flag.
getOldValue() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetOwnerGlowEvent
 
getOldValue() - 类中的方法 cn.lunadeer.dominion.events.group.GroupSetFlagEvent
Gets the old value of the flag.
getOldValue() - 类中的方法 cn.lunadeer.dominion.events.member.MemberSetFlagEvent
Gets the old value of the flag.
getOperator() - 类中的方法 cn.lunadeer.dominion.events.ResultEvent
Gets the command sender who initiated the event.
getOwner() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the UUID of the dominion owner.
getOwner() - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Gets the owner of the dominion.
getOwnerDTO() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the DTO of the dominion owner.
getOwnerGlow() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Get the owner glow flag of the dominion.
getParent() - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Gets the parent dominion, or null if there is no parent.
getParentDomId() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the ID of the parent dominion.
getPlainText(String) - 类中的静态方法 cn.lunadeer.dominion.utils.ColorParser
Removes color codes from a string, returning plain text.
getPlayer() - 接口中的方法 cn.lunadeer.dominion.api.dtos.MemberDTO
Gets the player object associated with the member.
getPlayer() - 类中的方法 cn.lunadeer.dominion.events.member.MemberAddedEvent
Gets the player.
getPlayer() - 类中的方法 cn.lunadeer.dominion.events.PlayerCrossDominionBorderEvent
Gets the player who crossed the border.
getPlayer() - 类中的方法 cn.lunadeer.dominion.events.PlayerMoveInDominionEvent
Gets the player who moved in.
getPlayer() - 类中的方法 cn.lunadeer.dominion.events.PlayerMoveOutDominionEvent
Gets the player who moved out.
getPlayer(UUID) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves a PlayerDTO by the player's UUID.
getPlayer(String) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves a PlayerDTO by the player's name.
getPlayerAdminDominionDTOs(UUID) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the dominions where a player is an admin.
getPlayerCurrentDominion(Player) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the current dominion of a player.
getPlayerName(UUID) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the name of a player by their UUID.
getPlayerOwnDominionDTOs(UUID) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the dominions owned by a player.
getPlayerUUID() - 接口中的方法 cn.lunadeer.dominion.api.dtos.MemberDTO
Gets the member UUID.
getPlugin() - 类中的方法 cn.lunadeer.dominion.events.FlagRegisterEvent
 
getPos1() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the first position of the cuboid.
getPos2() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the second position of the cuboid.
getPreFlag(String) - 类中的静态方法 cn.lunadeer.dominion.api.dtos.flag.Flags
Returns a privilege flag by its name.
getServerId() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the server ID associated with the dominion.
getSize() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent
Gets the size of the size change.
getSkinUrl() - 接口中的方法 cn.lunadeer.dominion.api.dtos.PlayerDTO
Gets the URL of the player's skin.
getSquare() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the square area of the cuboid's base (x and z dimensions).
getTo() - 类中的方法 cn.lunadeer.dominion.events.PlayerCrossDominionBorderEvent
Gets the dominion the player moved to.
getTpLocation() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the teleport location of the dominion.
getType() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent
Gets the type of the size change.
getType() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetMessageEvent
Gets the type of the message being set.
getUiPreference() - 接口中的方法 cn.lunadeer.dominion.api.dtos.PlayerDTO
Gets the player's preferred user interface type.
getUsingGroupTitleID() - 接口中的方法 cn.lunadeer.dominion.api.dtos.PlayerDTO
Gets the ID of the group title the player is using.
getUuid() - 接口中的方法 cn.lunadeer.dominion.api.dtos.PlayerDTO
Gets the UUID of the player.
getVolume() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the volume of the cuboid.
getWorld() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the world where the dominion is located.
getWorld() - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Gets the world where the dominion is located.
getWorldUid() - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Gets the UUID of the world where the dominion is located.
GLOW - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
GRAVITY_BLOCK - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
GroupAddMemberEvent - cn.lunadeer.dominion.events.group中的类
Event triggered when a member is added to a group within a dominion.
GroupAddMemberEvent(CommandSender, DominionDTO, GroupDTO, MemberDTO) - 类的构造器 cn.lunadeer.dominion.events.group.GroupAddMemberEvent
Constructs a new GroupAddMemberEvent.
groupCount() - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the total count of groups.
GroupCreateEvent - cn.lunadeer.dominion.events.group中的类
Event triggered when a group of a dominion is created.
GroupCreateEvent(CommandSender, DominionDTO, String) - 类的构造器 cn.lunadeer.dominion.events.group.GroupCreateEvent
Constructs a new GroupCreateEvent.
GroupDeleteEvent - cn.lunadeer.dominion.events.group中的类
Event triggered when a group of a dominion is deleted.
GroupDeleteEvent(CommandSender, DominionDTO, GroupDTO) - 类的构造器 cn.lunadeer.dominion.events.group.GroupDeleteEvent
Constructs a new GroupDeleteEvent.
GroupDTO - cn.lunadeer.dominion.api.dtos中的接口
Interface representing a Group Data Transfer Object (DTO).
GroupProvider - cn.lunadeer.dominion.providers中的类
This class provides the API interface for creating, modifying, and managing groups within dominions.
GroupProvider() - 类的构造器 cn.lunadeer.dominion.providers.GroupProvider
 
GroupRemoveMemberEvent - cn.lunadeer.dominion.events.group中的类
Event triggered when a member is removed from a group of a dominion.
GroupRemoveMemberEvent(CommandSender, DominionDTO, GroupDTO, MemberDTO) - 类的构造器 cn.lunadeer.dominion.events.group.GroupRemoveMemberEvent
Constructs a new GroupRemoveMemberEvent.
GroupRenamedEvent - cn.lunadeer.dominion.events.group中的类
Event triggered when a group is renamed within a dominion.
GroupRenamedEvent(CommandSender, DominionDTO, GroupDTO, String) - 类的构造器 cn.lunadeer.dominion.events.group.GroupRenamedEvent
Constructs a new GroupRenamedEvent.
GroupSetFlagEvent - cn.lunadeer.dominion.events.group中的类
Event triggered when group's flag is changed.
GroupSetFlagEvent(CommandSender, DominionDTO, GroupDTO, PriFlag, boolean) - 类的构造器 cn.lunadeer.dominion.events.group.GroupSetFlagEvent
Constructs a new GroupSetFlagEvent.

H

HARVEST - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
hashCode() - record class中的方法 cn.lunadeer.dominion.utils.McaRecord
返回此对象的哈希代码值。
HONEY - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
HOOK - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
HOPPER - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
HOPPER_OUTSIDE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 

I

ICE_FORM - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
ICE_MELT - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
IGNITE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
instance - 类中的静态变量 cn.lunadeer.dominion.api.DominionAPI
 
instance - 类中的静态变量 cn.lunadeer.dominion.providers.DominionProvider
 
instance - 类中的静态变量 cn.lunadeer.dominion.providers.GroupProvider
 
instance - 类中的静态变量 cn.lunadeer.dominion.providers.MemberProvider
 
intersectWith(CuboidDTO) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Checks if this cuboid intersects with another cuboid.
isCancelled() - 类中的方法 cn.lunadeer.dominion.events.FlagRegisterEvent
 
isCancelled() - 类中的方法 cn.lunadeer.dominion.events.ResultEvent
Checks if the event is cancelled.
isForce() - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionDeleteEvent
Checks if the deletion is forced.
isForce() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionTransferEvent
Checks if the transfer is forced.
isSkipEconomy() - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Gets whether the economic system processing is skipped.
isSkipEconomy() - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionDeleteEvent
Checks if the economy check is skipped during deletion.
isSkipEconomy() - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent
Checks if the economy check is skipped.
ITEM_FRAME_INTERACTIVE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
ITEM_FRAME_PROJ_DAMAGE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 

J

JUKEBOX - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 

L

LEASH - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
LEAVE - enum class 中的枚举常量 cn.lunadeer.dominion.events.dominion.modify.DominionSetMessageEvent.TYPE
 
LECTERN - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
LEVER - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 

M

McaRecord - cn.lunadeer.dominion.utils中的Record Class
 
McaRecord(int, int, String) - record class的构造器 cn.lunadeer.dominion.utils.McaRecord
创建 McaRecord 记录的实例。
MemberAddedEvent - cn.lunadeer.dominion.events.member中的类
Event triggered when a member is added to a Dominion.
MemberAddedEvent(CommandSender, DominionDTO, PlayerDTO) - 类的构造器 cn.lunadeer.dominion.events.member.MemberAddedEvent
Constructs a new MemberAddedEvent.
memberCount() - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Retrieves the total count of members.
MemberDTO - cn.lunadeer.dominion.api.dtos中的接口
Interface representing a Member Data Transfer Object (DTO).
MemberProvider - cn.lunadeer.dominion.providers中的类
This class provides the API interface for creating, modifying, and managing members within dominions.
MemberProvider() - 类的构造器 cn.lunadeer.dominion.providers.MemberProvider
 
MemberRemovedEvent - cn.lunadeer.dominion.events.member中的类
Event triggered when a member is removed from a Dominion.
MemberRemovedEvent(CommandSender, DominionDTO, MemberDTO) - 类的构造器 cn.lunadeer.dominion.events.member.MemberRemovedEvent
Constructs a new MemberRemovedEvent.
MemberSetFlagEvent - cn.lunadeer.dominion.events.member中的类
Event triggered when a member's flag is set in the Dominion system.
MemberSetFlagEvent(CommandSender, DominionDTO, MemberDTO, PriFlag, boolean) - 类的构造器 cn.lunadeer.dominion.events.member.MemberSetFlagEvent
Constructs a new MemberSetFlagEvent.
minusSquareWith(CuboidDTO) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Calculates the difference in square area between this cuboid and another cuboid.
minusVolumeWith(CuboidDTO) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Calculates the difference in volume between this cuboid and another cuboid.
MOB_DROP_ITEM - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
MONSTER_DAMAGE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
MONSTER_KILLING - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
MONSTER_MOVE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
MONSTER_SPAWN - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
MOVE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 

N

NORTH - enum class 中的枚举常量 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent.DIRECTION
 
NOTE_BLOCK - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 

P

PICK_UP - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
PISTON_OUTSIDE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
PLACE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
PlayerCrossDominionBorderEvent - cn.lunadeer.dominion.events中的类
Event triggered when a player crosses a dominion border, which includes entering, leaving, or moving from one dominion to another.
PlayerCrossDominionBorderEvent(Player, DominionDTO, DominionDTO) - 类的构造器 cn.lunadeer.dominion.events.PlayerCrossDominionBorderEvent
Constructs a new PlayerCrossDominionBorderEvent.
PlayerDTO - cn.lunadeer.dominion.api.dtos中的接口
Interface representing a Player Data Transfer Object (DTO).
PlayerDTO.UI_TYPE - cn.lunadeer.dominion.api.dtos中的Enum Class
Enum representing the type of user interface preferred by the player.
PlayerMoveInDominionEvent - cn.lunadeer.dominion.events中的类
Event triggered when a player moves into a dominion.
PlayerMoveInDominionEvent(Player, DominionDTO) - 类的构造器 cn.lunadeer.dominion.events.PlayerMoveInDominionEvent
Constructs a new PlayerMoveInDominionEvent.
PlayerMoveOutDominionEvent - cn.lunadeer.dominion.events中的类
Event triggered when a player moves out of a dominion.
PlayerMoveOutDominionEvent(Player, DominionDTO) - 类的构造器 cn.lunadeer.dominion.events.PlayerMoveOutDominionEvent
Constructs a new PlayerMoveOutDominionEvent.
PRESSURE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
PriFlag - cn.lunadeer.dominion.api.dtos.flag中的类
Represents a privilege flag in the Dominion system.
PriFlag(String, String, String, Boolean, Boolean, Material) - 类的构造器 cn.lunadeer.dominion.api.dtos.flag.PriFlag
Constructs a new PriFlag with the specified parameters.
PVP - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 

R

registerEnvFlag(JavaPlugin, EnvFlag) - 类中的静态方法 cn.lunadeer.dominion.api.dtos.flag.Flags
Registers an environment flag.
registerPriFlag(JavaPlugin, PriFlag) - 类中的静态方法 cn.lunadeer.dominion.api.dtos.flag.Flags
Registers a privilege flag.
reloadCache() - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Reloads the dominion cache.
reloadConfig() - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Reloads the dominion configuration.
removeMember(CommandSender, DominionDTO, GroupDTO, MemberDTO) - 类中的方法 cn.lunadeer.dominion.providers.GroupProvider
Removes a member from the specified group within a dominion.
removeMember(CommandSender, DominionDTO, MemberDTO) - 类中的方法 cn.lunadeer.dominion.providers.MemberProvider
Removes an existing member from the specified dominion.
renameDominion(CommandSender, DominionDTO, String) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Renames an existing dominion to a new name.
renameGroup(CommandSender, DominionDTO, GroupDTO, String) - 类中的方法 cn.lunadeer.dominion.providers.GroupProvider
Renames an existing group within the specified dominion.
REPEATER - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
resetPlayerCurrentDominionId(Player) - 类中的方法 cn.lunadeer.dominion.api.DominionAPI
Resets the current dominion ID for a player.
resizeDominion(CommandSender, DominionDTO, DominionReSizeEvent.TYPE, DominionReSizeEvent.DIRECTION, int) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Resizes an existing dominion by expanding or contracting it in a specified direction.
ResultEvent - cn.lunadeer.dominion.events中的类
Represents an event that can be cancelled and involves a command sender.
ResultEvent(CommandSender) - 类的构造器 cn.lunadeer.dominion.events.ResultEvent
Constructs a new ResultEvent.
RIDING - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 

S

setCancelled(boolean) - 类中的方法 cn.lunadeer.dominion.events.FlagRegisterEvent
 
setCancelled(boolean) - 类中的方法 cn.lunadeer.dominion.events.ResultEvent
Sets the cancellation state of the event.
setColor(Color) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Sets the color of the dominion.
setCuboid(CuboidDTO) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Sets the cuboid of the dominion.
setCuboid(CuboidDTO) - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Sets the cuboid representing the dominion's boundaries.
setDefaultValue(Boolean) - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Sets the default value of the flag.
setDescription(String) - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Sets the description of the flag.
setDirection(DominionReSizeEvent.DIRECTION) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent
Sets the direction of the size change.
setDisplayName(String) - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Sets the display name of the flag.
setDominion(DominionDTO) - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
已过时, 待删除: 此 API 元素将从以后的版本中删除。
This method is deprecated and will be removed in future versions.
setDominion(DominionDTO) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionModifyEvent
Sets the dominion to be modified.
setDominion(DominionDTO) - 类中的方法 cn.lunadeer.dominion.events.group.GroupCreateEvent
Sets the dominion to which the group belongs.
setDominion(DominionDTO) - 类中的方法 cn.lunadeer.dominion.events.group.GroupDeleteEvent
Sets the dominion to which the group belongs.
setDominion(DominionDTO) - 类中的方法 cn.lunadeer.dominion.events.member.MemberAddedEvent
Sets the dominion.
setDominion(DominionDTO) - 类中的方法 cn.lunadeer.dominion.events.member.MemberRemovedEvent
Sets the dominion.
setDominionEnvFlag(CommandSender, DominionDTO, EnvFlag, boolean) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Sets an environment flag for the dominion.
setDominionGuestFlag(CommandSender, DominionDTO, PriFlag, boolean) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Sets a guest privilege flag for the dominion.
setDominionMapColor(CommandSender, DominionDTO, Color) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Sets the map display color for the dominion.
setDominionMessage(CommandSender, DominionDTO, DominionSetMessageEvent.TYPE, String) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Sets a message for the dominion (enter/leave messages, etc.).
setDominionOwnerGlow(CommandSender, DominionDTO, boolean) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Sets the owner glow flag for the dominion.
setDominionTpLocation(CommandSender, DominionDTO, Location) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Sets the teleport location for a dominion.
setEnable(Boolean) - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Sets the enable status of the flag.
setEnvFlagValue(EnvFlag, Boolean) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Sets the value of a specific environment or guest privilege flag of the dominion.
setFlag(Flag) - 类中的方法 cn.lunadeer.dominion.events.FlagRegisterEvent
 
setFlagValue(PriFlag, Boolean) - 接口中的方法 cn.lunadeer.dominion.api.dtos.GroupDTO
Sets the value of a specific flag for the group.
setFlagValue(PriFlag, Boolean) - 接口中的方法 cn.lunadeer.dominion.api.dtos.MemberDTO
Sets the value of a specific flag for the member.
setForce(boolean) - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionDeleteEvent
Sets whether the deletion is forced.
setForce(boolean) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionTransferEvent
Sets whether the transfer is forced.
setGroup(GroupDTO) - 类中的方法 cn.lunadeer.dominion.events.group.GroupCreateEvent
已过时, 待删除: 此 API 元素将从以后的版本中删除。
This method is deprecated and will be removed in future versions.
setGroup(GroupDTO) - 类中的方法 cn.lunadeer.dominion.events.group.GroupDeleteEvent
Sets the group being deleted.
setGroup(GroupDTO) - 类中的方法 cn.lunadeer.dominion.events.group.GroupRenamedEvent
Sets the group being renamed.
setGroupFlag(CommandSender, DominionDTO, GroupDTO, PriFlag, boolean) - 类中的方法 cn.lunadeer.dominion.providers.GroupProvider
Sets a privilege flag for a specific group within a dominion.
setGroupNameColored(String) - 类中的方法 cn.lunadeer.dominion.events.group.GroupCreateEvent
Sets the name of the group with color codes.
setGuestFlagValue(PriFlag, Boolean) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Sets the value of a specific environment or guest privilege flag of the dominion.
setJoinMessage(String) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Sets the welcome message of the dominion.
setLeaveMessage(String) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Sets the leave message of the dominion.
setList(List<McaRecord>) - 类中的方法 cn.lunadeer.dominion.events.ExportMcaListEvent
 
setMaterial(String) - 类中的方法 cn.lunadeer.dominion.api.dtos.flag.Flag
Sets the material used by this flag in chest user interfaces.
setMember(MemberDTO) - 类中的方法 cn.lunadeer.dominion.events.group.GroupAddMemberEvent
Sets the member being added to the group.
setMember(MemberDTO) - 类中的方法 cn.lunadeer.dominion.events.group.GroupRemoveMemberEvent
Sets the member being removed.
setMember(MemberDTO) - 类中的方法 cn.lunadeer.dominion.events.member.MemberRemovedEvent
Sets the member.
setMember(MemberDTO) - 类中的方法 cn.lunadeer.dominion.events.member.MemberAddedEvent
已过时, 待删除: 此 API 元素将从以后的版本中删除。
setMemberFlag(CommandSender, DominionDTO, MemberDTO, PriFlag, boolean) - 类中的方法 cn.lunadeer.dominion.providers.MemberProvider
Sets a privilege flag for a specific member within a dominion.
setName(String) - 接口中的方法 cn.lunadeer.dominion.api.dtos.GroupDTO
Sets the name of the group, which can include color codes.
setName(String) - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Sets the name of the dominion.
setName(String) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Sets the name of the dominion.
setNewColor(Color) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetMapColorEvent
Sets the new color for the dominion.
setNewMessage(String) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetMessageEvent
Sets the new message content.
setNewName(String) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionRenameEvent
Sets the new name for the dominion.
setNewName(String) - 类中的方法 cn.lunadeer.dominion.events.group.GroupRenamedEvent
Sets the new name of the group.
setNewOwner(PlayerDTO) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionTransferEvent
Sets the new owner of the dominion.
setNewTpLocation(Location) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetTpLocationEvent
Sets the new teleport location.
setNewValue(boolean) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetEnvFlagEvent
Sets the new value of the environmental flag.
setNewValue(boolean) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetGuestFlagEvent
Sets the new value of the guest flag.
setNewValue(boolean) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetOwnerGlowEvent
 
setNewValue(boolean) - 类中的方法 cn.lunadeer.dominion.events.group.GroupSetFlagEvent
Sets the new value of the flag.
setNewValue(boolean) - 类中的方法 cn.lunadeer.dominion.events.member.MemberSetFlagEvent
Sets the new value of the flag.
setOwner(UUID) - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Sets the owner of the dominion.
setOwner(UUID) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Sets the owner of the dominion.
setOwner(Player) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Sets the owner of the dominion.
setOwnerGlow(Boolean) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Sets the owner glow flag of the dominion.
setParent(DominionDTO) - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Sets the parent dominion.
setPlayer(PlayerDTO) - 类中的方法 cn.lunadeer.dominion.events.member.MemberAddedEvent
Sets the player.
setPos1(int[]) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Sets the first position of the cuboid.
setPos2(int[]) - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Sets the second position of the cuboid.
setSize(int) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent
Sets the size of the size change.
setSkipEconomy(boolean) - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Sets whether to skip the economic system processing.
setSkipEconomy(boolean) - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionDeleteEvent
Sets whether to skip the economy check during deletion.
setSkipEconomy(boolean) - 类中的方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent
Sets whether to skip the economy check.
setTpLocation(Location) - 接口中的方法 cn.lunadeer.dominion.api.dtos.DominionDTO
Sets the teleport location of the dominion.
setUiPreference(PlayerDTO.UI_TYPE) - 接口中的方法 cn.lunadeer.dominion.api.dtos.PlayerDTO
Sets the player's preferred user interface type.
setWorld(World) - 类中的方法 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
Sets the world where the dominion is located.
SHEAR - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
SHOOT - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
SHOW_BORDER - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
SNOW_ACCUMULATION - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
SNOW_MELT - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
SOUTH - enum class 中的枚举常量 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent.DIRECTION
 
SOWING - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 

T

TELEPORT - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
TNT_EXPLODE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
toString() - record class中的方法 cn.lunadeer.dominion.utils.McaRecord
返回此记录的字符串表示形式。
TRADE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
TRAMPLE - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
transferDominion(CommandSender, DominionDTO, PlayerDTO) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Transfers ownership of a dominion to a new player with force enabled by default.
transferDominion(CommandSender, DominionDTO, PlayerDTO, boolean) - 类中的方法 cn.lunadeer.dominion.providers.DominionProvider
Transfers ownership of a dominion to a new player.
TRIG_PRESSURE_DROP - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
TRIG_PRESSURE_MOB - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
TRIG_PRESSURE_PROJ - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
TUI - enum class 中的枚举常量 cn.lunadeer.dominion.api.dtos.PlayerDTO.UI_TYPE
 

U

UP - enum class 中的枚举常量 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent.DIRECTION
 
updateLastKnownName(String, URL) - 接口中的方法 cn.lunadeer.dominion.api.dtos.PlayerDTO
Updates the last known name of the player.

V

valueOf(String) - enum class中的静态方法 cn.lunadeer.dominion.api.dtos.PlayerDTO.UI_TYPE
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent.DIRECTION
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent.TYPE
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetMessageEvent.TYPE
Returns the enum constant of this class with the specified name.
values() - enum class中的静态方法 cn.lunadeer.dominion.api.dtos.PlayerDTO.UI_TYPE
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent.DIRECTION
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent.TYPE
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.lunadeer.dominion.events.dominion.modify.DominionSetMessageEvent.TYPE
Returns an array containing the constants of this enum class, in the order they are declared.
VEHICLE_DESTROY - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
VEHICLE_SPAWN - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
VILLAGER_KILLING - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
VILLAGER_SPAWN - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 

W

WEST - enum class 中的枚举常量 cn.lunadeer.dominion.events.dominion.modify.DominionReSizeEvent.DIRECTION
 
WITHER_SPAWN - 类中的静态变量 cn.lunadeer.dominion.api.dtos.flag.Flags
 
world - 类中的变量 cn.lunadeer.dominion.events.dominion.DominionCreateEvent
 
world() - record class中的方法 cn.lunadeer.dominion.utils.McaRecord
返回 world 记录组件的值。

X

x() - record class中的方法 cn.lunadeer.dominion.utils.McaRecord
返回 x 记录组件的值。
x1() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the x-coordinate of the first position.
x2() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the x-coordinate of the second position.
xLength() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the length of the cuboid along the x-axis.

Y

y1() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the y-coordinate of the first position.
y2() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the y-coordinate of the second position.
yLength() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the length of the cuboid along the y-axis.

Z

z() - record class中的方法 cn.lunadeer.dominion.utils.McaRecord
返回 z 记录组件的值。
z1() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the z-coordinate of the first position.
z2() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the z-coordinate of the second position.
ZERO - 类中的静态变量 cn.lunadeer.dominion.api.dtos.CuboidDTO
A constant representing a zero-sized cuboid.
zLength() - 类中的方法 cn.lunadeer.dominion.api.dtos.CuboidDTO
Gets the length of the cuboid along the z-axis.
A B C D E F G H I J L M N P R S T U V W X Y Z 
All Classes and Interfaces|所有程序包