Uses of Class
org.bukkit.permissions.PermissionAttachment
-
Packages that use PermissionAttachment Package Description org.bukkit.permissions Classes dedicated to providing binary state properties to players. -
-
Uses of PermissionAttachment in org.bukkit.permissions
Methods in org.bukkit.permissions that return PermissionAttachment Modifier and Type Method Description @NotNull PermissionAttachmentPermissible. addAttachment(@NotNull Plugin plugin)Adds a new emptyPermissionAttachmentto this object@Nullable PermissionAttachmentPermissible. addAttachment(@NotNull Plugin plugin, int ticks)Temporarily adds a new emptyPermissionAttachmentto this object@NotNull PermissionAttachmentPermissible. addAttachment(@NotNull Plugin plugin, @NotNull String name, boolean value)Adds a newPermissionAttachmentwith a single permission by name and value@Nullable PermissionAttachmentPermissible. addAttachment(@NotNull Plugin plugin, @NotNull String name, boolean value, int ticks)Temporarily adds a newPermissionAttachmentwith a single permission by name and value@NotNull PermissionAttachmentPermissibleBase. addAttachment(@NotNull Plugin plugin)@Nullable PermissionAttachmentPermissibleBase. addAttachment(@NotNull Plugin plugin, int ticks)@NotNull PermissionAttachmentPermissibleBase. addAttachment(@NotNull Plugin plugin, @NotNull String name, boolean value)@Nullable PermissionAttachmentPermissibleBase. addAttachment(@NotNull Plugin plugin, @NotNull String name, boolean value, int ticks)@Nullable PermissionAttachmentPermissionAttachmentInfo. getAttachment()Gets the attachment providing this permission.Methods in org.bukkit.permissions with parameters of type PermissionAttachment Modifier and Type Method Description voidPermissionRemovedExecutor. attachmentRemoved(@NotNull PermissionAttachment attachment)Called when aPermissionAttachmentis removed from aPermissiblevoidPermissible. removeAttachment(@NotNull PermissionAttachment attachment)Removes the givenPermissionAttachmentfrom this objectvoidPermissibleBase. removeAttachment(@NotNull PermissionAttachment attachment)Constructors in org.bukkit.permissions with parameters of type PermissionAttachment Constructor Description PermissionAttachmentInfo(@NotNull Permissible permissible, @NotNull String permission, @Nullable PermissionAttachment attachment, boolean value)
-